- Oct 07, 2019
-
-
Tobiasz Kędzierski authored
-
Tobiasz Kędzierski authored
-
- Jun 10, 2019
-
-
James Curtin authored
-
- May 29, 2019
-
-
James Curtin authored
-
- Aug 07, 2018
-
-
Steven Loria authored
As per https://12factor.net/ Use environs/python-dotenv for reading/parsing variables
-
- Jun 21, 2018
-
-
dasDachs authored
-
- Jun 20, 2018
-
-
dasDachs authored
-
- Oct 07, 2017
-
-
Steven Loria authored
-
- Jun 23, 2017
-
-
Will Roberts authored
-
- Jun 22, 2017
-
-
Will Roberts authored
-
Will Roberts authored
-
- Jun 21, 2017
-
-
Will Roberts authored
-
Will Roberts authored
The npm configuration: - Includes linting of javascript with eslint The webpack setup here: - Bundles javascript and css, using hashing to support server-side caching, with support from Flask-Webpack and manifest-revision-webpack-plugin - Uses babel to transpile ES6 javascript - Includes a development server with hot-replacing of javascript and css code
-
- Sep 10, 2016
-
-
Jeremy Epstein authored
Use the new FLASK_DEBUG environment variable which is standard as of Flask 0.11, in order to control the use of dev or prod config. Need to set this anyway, in order for "flask run" to use reloader and no concurrency.
-
- Aug 29, 2016
-
-
Steven Loria authored
-
- Aug 28, 2016
-
-
Jeremy Epstein authored
-
- Aug 24, 2016
-
-
Jeremy Epstein authored
- Update Flask to 0.11 (with built-in Click integration) - Remove manage.py - Add autoapp.py per Flask doc's new recommendations for using Click with an app factory - Define cookiecutter-flask's commands in cli.py - Register shell context and shell commands as part of factory-based app creation - Update README instructions with examples for running commands in new Click style
-
- Feb 26, 2016
-
-
Ian Dees authored
Fixes https://github.com/sloria/cookiecutter-flask/issues/62
-
- Nov 06, 2015
-
-
Wagner Augusto Andreoli authored
-
- Jun 24, 2015
-
-
Chris Reade authored
-
- Feb 24, 2015
-
-
Steven Loria authored
-
- Feb 11, 2015
-
-
Matt-- authored
Fix formatting errors.
-
Matt-- authored
New User. No database installed yet and the Welcome page does not require a database to demonstrate the server is working and links work etc. I anticipate setting up SQLAlchemy is the next step.
-
Matt-- authored
New user, had to experiment/google to figure out no-white-space in blah='stuff'.
-
- Jun 22, 2014
-
-
sloria authored
-
- Dec 08, 2013
-
-
Steven Loria authored
-
Steven Loria authored
-
Steven Loria authored
-
Steven Loria authored
-
Steven Loria authored
-
- Dec 07, 2013
-
-
Steven Loria authored
-
- Sep 21, 2013
-
-
Steven Loria authored
Environment can be switched via the MYFLASKAPP_ENV system variable.
-
Steven Loria authored
-
- Aug 19, 2013
-
-
Steven Loria authored
-
- Aug 16, 2013
-
-
Steven Loria authored
-