fixing typo in django version

This commit is contained in:
Ashley Camba 2013-12-17 16:56:20 +01:00
parent c2c575084b
commit 3a036b3b14

View File

@ -23,7 +23,7 @@ setup(
], ],
include_package_data=True, include_package_data=True,
install_requires=[ install_requires=[
'Django=>1.6.1' 'Django=>1.6.1',
], ],
zip_safe=False, zip_safe=False,
scripts=['{{ cookiecutter.project_name }}/manage.py'], scripts=['{{ cookiecutter.project_name }}/manage.py'],