Skip to content

getChester/theDjangoBookCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

theDjangoBookCode

Code created while working through Django Book. Just for reference, I used the Django book online located at http://www.djangobook.com/.

Installing the Django Server:

  • easy_install django
  • python ./../bin/django-admin.py startproject myproject

Starting the Django Server:

  • python ./djangoBook/manage.py runserver $IP:$PORT

Starting a new app:

  • python ./djangoBook/manage.py startapp books

Server is avaialble at: https://sunflowerseeds-c9-getchester.c9.io

About

Code created while working through Django Book.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages