Skip to content

overiq/TGDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Repository of "The Great Django Blog"

Resources

Stars

Watchers

Forks

Packages

No packages published