Skip to content
Snippets Groups Projects
Commit d10b74d8 authored by Hermann Schwärzler's avatar Hermann Schwärzler
Browse files

explain final steps to get a running development instance: create an admin user

parent e38c7650
No related branches found
No related tags found
1 merge request!7More changes/additions to README.rst to explain how to get a working development installation.
......@@ -48,9 +48,20 @@ Then run::
(python)$ python manage.py loaddata program/fixtures/*.yaml
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
--------------------
In development you should run::
(python)$ python manage.py runserver
After this you can open http://127.0.0.1:8000/admin in your browser and log in with the admin credential you created previously.
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