X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=devel%2Frun-locally.txt;fp=devel%2Frun-locally.txt;h=86ff0d24275e0c2387d58eebd3dcf62f371a52bd;hb=db29fd3793555443e0c775f4a263a85aeb344eb5;hp=4709ce919736e09cc44dc404cb6e656ee8e233ea;hpb=f72be702471054ae1469c293458b0adb1605418d;p=unfold.git 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