diff --git a/README.rst b/README.rst index b463b08c11b6ab067e48284556ee5f5139c8599e..ef9606b6c9c5a7648f78ba1ca9c69a35171fbd2c 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 --------------------