aaugustin / django-tz-demo

Demo showcasing Django's time zone support features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a sample Django project to demonstrate time zone support. To run it:

$ git clone https://github.com/aaugustin/django-tz-demo.git
$ cd django-tz-demo
$ ./manage.py syncdb --noinput
$ ./manage.py runserver

You will get more interesting results if you install pytz.

The favicon comes from the silk icon set, courtesy of Mark James.

About

Demo showcasing Django's time zone support features

License:Other


Languages

Language:Python 100.0%