mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-11 04:07:48 +03:00
Added pytz to requirements/base.txt
Added the latest version of pytz (2014.7) to requirements/base.txt to avoid errors with DateTime fields.
This commit is contained in:
parent
06e484c7fb
commit
ce916f12e1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user