Unverified Commit c095baa9 by Brian Mesick Committed by GitHub

Merge pull request #30 from edx/bmedx/fix_pinned_django_version

Fix pinned version of Django to be <2
parents b232cff6 735179e7
......@@ -39,7 +39,7 @@ setup(
long_description=read('README.md'),
zip_safe = False,
install_requires=[
'Django>=1.8',
'Django>=1.8,<2',
'markdown',
'django-sekizai',
'django-mptt',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment