Skip to content
Snippets Groups Projects
Commit f97261f0 authored by David Trattnig's avatar David Trattnig
Browse files

Migrated info to create superuser from master-old.

parent 144bc8ed
No related branches found
No related tags found
No related merge requests found
......@@ -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
--------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment