mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-29 17:29:45 +03:00
missing comma added
This commit is contained in:
parent
5b5fa2aef5
commit
a964254992
|
@ -21,6 +21,6 @@
|
||||||
"use_docker": "y",
|
"use_docker": "y",
|
||||||
"use_heroku": "n",
|
"use_heroku": "n",
|
||||||
"use_grunt": "n",
|
"use_grunt": "n",
|
||||||
"open_source_license": ["MIT", "BSD", "Apache Software License 2.0", "Not open source"]
|
"open_source_license": ["MIT", "BSD", "Apache Software License 2.0", "Not open source"],
|
||||||
"_cookiecutter_version": "Minimum cookiecutter version"
|
"_cookiecutter_version": "Minimum cookiecutter version"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user