mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +03:00
fixing typo in django version
This commit is contained in:
parent
c2c575084b
commit
3a036b3b14
|
@ -23,7 +23,7 @@ setup(
|
|||
],
|
||||
include_package_data=True,
|
||||
install_requires=[
|
||||
'Django=>1.6.1'
|
||||
'Django=>1.6.1',
|
||||
],
|
||||
zip_safe=False,
|
||||
scripts=['{{ cookiecutter.project_name }}/manage.py'],
|
||||
|
|
Loading…
Reference in New Issue
Block a user