Skip to content

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages