Add django 1.8 setup

This commit is contained in:
arthur 2016-05-07 22:51:22 +02:00
parent 5bd01187d4
commit d3d3fbe991

View file

@ -127,7 +127,7 @@ setup(
include_package_data=True,
#test_suite='runtests.runtests',
install_requires=[
'django>=1.6.0',
'django>=1.8.0',
'django-extra-views>=0.6.5',
'django-braces>=1.3.0',
'djangorestframework<=2.4.4',