From db29fd3793555443e0c775f4a263a85aeb344eb5 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 10 Dec 2012 21:31:03 +0100 Subject: [PATCH] add note for packaging --- devel/run-locally.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/devel/run-locally.txt b/devel/run-locally.txt index 4709ce91..86ff0d24 100644 --- a/devel/run-locally.txt +++ b/devel/run-locally.txt @@ -18,3 +18,9 @@ In order to run this module in standalone mode that runs 'manage runserver ...' in an endless loop, just hit ctrl-C to kill the current server instance and run another one + + * as a final note, it is explained here +https://docs.djangoproject.com/en/dev/ref/django-admin/#createsuperuser +how it seems easily possible to have 'make syncdb', or at least the +part that prompts for login/password, run non-interactively +for example as part of the packaging install -- 2.43.0