Exercise files for "Learn Django 1.10" tutorial at https://overiq.com/django/1.10/intro-to-django/.
git clone https://github.com/overiq/TGDB.git.cd TGDB.virtualenv env.source env/bin/activatepip install -r requirements.txt.cd django_project/python manage.py runserverto launch the server.
Admin account:
- username:
admin - password:
passwordd
Staff Account (superuser):
- username:
staff - username:
passwordd
Non superuser account:
- username: 'charmender'
- password:
passwordd