James Curtin
a6ea9d17e9
Allow cookiecutter build in docker
5 years ago
Steven Loria
f9e67de94c
Update GitHub links
6 years ago
Steven Loria
f14ac6290e
Remove dead links
...
close #425
6 years ago
Steven Loria
c1a76b484d
Switch to MIT license
...
...both for this project and for generated projects
close #422
6 years ago
Steven Loria
02b344d335
Update screenshots
6 years ago
Steven Loria
e25a27b339
Update README (this is 18.0.0)
...
* Add calver versioning scheme
* Fix bootstrap version
* Update changelog
6 years ago
Steven Loria
a84288d3dd
Show travis status for master
6 years ago
Steven Loria
973bcd96cb
Use environment variables for configuration
...
As per https://12factor.net/
Use environs/python-dotenv for reading/parsing variables
6 years ago
Steven Loria
5bbbea2776
Fix screenshots
...
close #257
7 years ago
Steven Loria
e047530e24
This is 0.13.0
7 years ago
Will Roberts
119b102693
replace bower with npm and Flask-Assets with webpack
...
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
7 years ago
Steven Loria
190b1b3bb8
Fix links; add readme task
8 years ago
Steven Loria
c73aae7dbd
This is 0.12.0
8 years ago
Steven Loria
7828d68bc1
This is 0.11.1
8 years ago
Steven Loria
11da3ab8f2
This is 0.11.0
8 years ago
Jeremy Epstein
4c856777f1
Use FLASK_DEBUG instead of MYFLASKAPP_ENV
...
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.
8 years ago
Steven Loria
d23a3c455b
Fix calls to _run_flask_command
8 years ago
Steven Loria
42f29306b4
This is 0.10.0
8 years ago
Jeremy Epstein
3d8f8c3c9e
Use Click instead of Flask-Script for CLI commands
...
- 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
8 years ago
Steven Loria
cb50f03d78
This is 0.9.0
9 years ago
Steven Loria
d9dae678d9
Update changelog
9 years ago
Steven Loria
10fc733389
Update changelog for 0.7.0
10 years ago
Steven Loria
f636880638
Update stale requirements
10 years ago
Steven Loria
60d01cd13f
Remove coverage badge
10 years ago
Josh Friend
63a68d3c1b
add coveralls.io badge to README
10 years ago
Josh Friend
ccf91009d6
Build cookies on Travis
10 years ago
sloria
faa4700f20
Update CHANGELOG
10 years ago
sloria
683627796e
Update changelog
10 years ago
sloria
e335c35548
Update changelog
10 years ago
sloria
7c320a1e98
Update readme
11 years ago
Steven Loria
e3286524df
Update README
11 years ago
Steven Loria
f70a2614ce
bump version
11 years ago
Steven Loria
9c466cc562
release 0.3.1
11 years ago
Steven Loria
b22538210b
Update readme
11 years ago
Steven Loria
e5bfe3e21a
Update readme
11 years ago
Chris Rebert
c4b6640418
reflect Bootstrap's org change; fix Font Awesome spelling
11 years ago
Steven Loria
12d9e38a01
Update README
11 years ago
Steven Loria
0c23b5e6c8
Add FontAwesome 4.0.3
11 years ago
Steven Loria
17ccae01cc
Fix navbar alignment
11 years ago
Steven Loria
82eca9190d
Add Flask-Cache
11 years ago
Steven Loria
64e28cfdaa
Add migrations with Flask-Migrate
11 years ago
Steven Loria
65527129f9
Use correct config in production
11 years ago
Steven Loria
c0c5932e9e
Update readme
11 years ago
Steven Loria
71d309bb4e
Add base DbTestCase
11 years ago
Steven Loria
d1d832ba97
Add Factory Boy support
11 years ago
Steven Loria
1c92ba7a1b
update READMEs
11 years ago
Steven Loria
abda53a2f3
Fix Procfile
11 years ago
Steven Loria
eb0a43e3ce
Update README
11 years ago
Steven Loria
3a411b4abe
Modular structure with blueprints
...
Views are all in located in the modules package, which contains blueprints
Also, use alert-warning instead of alert-error for Bootstrap3
11 years ago
Steven Loria
0f142a65e8
Flask-assets support
...
Bundle and minify css and js.
11 years ago