Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 579 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 579 Bytes

Exercise files for "Learn Django 1.10" tutorial at https://overiq.com/django/1.10/intro-to-django/.

Steps to install:

  • git clone https://github.com/overiq/TGDB.git.
  • cd TGDB.
  • virtualenv env.
  • source env/bin/activate
  • pip install -r requirements.txt.
  • cd django_project/
  • python manage.py runserver to launch the server.

Accounts Details

Admin account:

  • username: admin
  • password: passwordd

Staff Account (superuser):

  • username: staff
  • username: passwordd

Non superuser account:

  • username: 'charmender'
  • password: passwordd