symposion_app/symposion/conference
Tzu-ping Chung 1b51ef2ad8 Replace django-timezones w/ django-timezone-field
django-timezones does not support Python 3. django-timezone-field is
a revived fork that does.

For some unknown reason django-timezone-field's TimeZoneField does
not like positional arguments, so I changed to first argument to a
kwarg "verbose_name".
2015-08-04 13:47:35 +08:00
..
__init__.py Namespace the apps 2014-12-18 08:19:01 -06:00
admin.py admin: inline edit section 2015-08-01 13:00:22 +09:00
apps.py Namespace the apps 2014-12-18 08:19:01 -06:00
models.py Replace django-timezones w/ django-timezone-field 2015-08-04 13:47:35 +08:00
urls.py Fix flake8 warnings 2014-07-30 15:19:26 -03:00
views.py Fix flake8 warnings 2014-07-30 15:19:26 -03:00