Skip to content
Snippets Groups Projects
Commit 0d9edaea authored by Steven Loria's avatar Steven Loria
Browse files

Remove unnecessary fields from cookiecutter.json

parent 4bd4c797
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,5 @@
"project_name": "My Flask App",
"repo_name": "myflaskapp",
"project_short_description": "A flasky app.",
"release_date": "2013-08-15",
"year": "2013",
"version": "0.1.0"
"year": "2013"
}
=============================
===============================
{{ cookiecutter.project_name }}
=============================
===============================
{{ cookiecutter.project_short_description}}
......@@ -9,6 +9,7 @@ Quickstart
----------
::
git clone https://github.com/{{cookiecutter.github_username}}/{{ cookiecutter.repo_name }}
cd {{cookiecutter.repo_name}}
pip install -r requirements/dev.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment