mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-10 21:53:11 +00:00
fixing typo in django version
This commit is contained in:
parent
3a036b3b14
commit
77b176ec51
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue