Skip to content

YAmikep/django-tuto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 

Repository files navigation

Source code of the official Django tutorial

I made it because the tutorial could be a reference one day and I did not want to go through all of it again. Thus, it can be used as a "cheatsheet". However, for beginners, I strongly recommend to go through the tutorial by yourself at least once.

Steps (run within django-tuto/mysite)

  1. manage.py syncdb
  2. manage.py runserver

Optional - Set up the time zone

If you do not want to wonder why the dates do not match your local time, you should set up the time zone.

The default value is the Central time zone in the U.S. (Chicago).

See https://docs.djangoproject.com/en/1.4/ref/settings/#std:setting-TIME_ZONE and http://en.wikipedia.org/wiki/List_of_tz_zones_by_name

About

Source code of the official Django tutorial.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages