Web service voor het LED-display
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"full_name": "Steven Loria",
|
|
|
|
"email": "sloria1@gmail.com",
|
|
|
|
"github_username": "sloria",
|
|
|
|
"project_name": "My Flask App",
|
|
|
|
"app_name": "{{cookiecutter.project_name.lower().replace('-', '_').replace(' ', '_')}}",
|
|
|
|
"project_short_description": "A flasky app.",
|
|
|
|
"use_pipenv": ["no", "yes"],
|
|
|
|
"python_version": ["3.7", "3.6"],
|
|
|
|
"node_version": ["12", "10", "8"],
|
|
|
|
"use_heroku": ["no", "yes"]
|
|
|
|
}
|