From f97261f0348b947187a1b9cf36837e61ba36b33f Mon Sep 17 00:00:00 2001 From: David Trattnig <david.trattnig@o94.at> Date: Mon, 20 Jan 2020 16:28:53 +0100 Subject: [PATCH] Migrated info to create superuser from master-old. --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index b463b08c..ef9606b6 100644 --- a/README.rst +++ b/README.rst @@ -115,6 +115,13 @@ Open pv/local_settings.py again and add the line:: USE_TZ = False +Adding an admin user +-------------------- + +In order to create an admin user (which you will need to login to the webinterface after the next step) run:: + + (python)$ python manage.py createsuperuser + Running a web server -------------------- -- GitLab