mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
fixing typo in django version
This commit is contained in:
parent
3a036b3b14
commit
77b176ec51
|
@ -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