mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-23 01:57:03 +03:00
adding django 1.6.1 to project requirements
This commit is contained in:
parent
4a606d084a
commit
c2c575084b
|
@ -23,6 +23,7 @@ setup(
|
||||||
],
|
],
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
install_requires=[
|
install_requires=[
|
||||||
|
'Django=>1.6.1'
|
||||||
],
|
],
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
scripts=['{{ cookiecutter.project_name }}/manage.py'],
|
scripts=['{{ cookiecutter.project_name }}/manage.py'],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user