This commit is contained in:
Bernd Meyer 2014-10-03 19:17:14 +00:00
commit 38d03460eb
2 changed files with 3 additions and 0 deletions

View File

@ -32,5 +32,7 @@ django-autoslug==1.7.2
# Useful things
django-avatar==2.0
# Time zones support
pytz==2014.7
# Your custom requirements go here

View File

@ -3,3 +3,4 @@ from __future__ import absolute_import
from .local import Local # noqa
from .production import Production # noqa