Merge branch 'master' of gitlab.com:LCA2018/symposion_app

This commit is contained in:
Sachi King 2017-06-24 16:04:30 +10:00
commit ccfab1f227

View file

@ -69,6 +69,15 @@ Shut down and now run:
Now you can run the system and see how it goes.
Admin Credentials
~~~~~~~~~~~~~~~~~
To create a local administrator account run:
``./manage.py createsuperuser``
and enter your username, email and password. This can then be used to login to: (http://localhost:8000/admin).
Base Data
~~~~~~~~~