Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 497 Bytes

File metadata and controls

16 lines (11 loc) · 497 Bytes

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