Steven Loria
c9a5139bef
Fix checks for exit codes and update doc for shell command
8 years ago
Jeremy Epstein
1f9ef5ba78
move autoapp to project root, update readme, update travis file
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
Ian Dees
d64b458042
Update README.rst
...
Fixes https://github.com/sloria/cookiecutter-flask/issues/62
9 years ago
Wagner Augusto Andreoli
2986743a8c
Add an option to fix imports before linting, make all code conform to the linting rules
9 years ago
Chris Reade
39499e42ec
Fix typo in generated README.rst
10 years ago
Steven Loria
009f4641cf
Further clarification in README
10 years ago
Matt--
0da297ef16
Update README.rst
...
Fix formatting errors.
10 years ago
Matt--
63263ead84
Update README.rst
...
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.
10 years ago
Matt--
06044d1675
Update README.rst
...
New user, had to experiment/google to figure out no-white-space in blah='stuff'.
10 years ago
sloria
27f9135f53
Get app secret key from environment variable
11 years ago
Steven Loria
32ae81ec35
Shell access to User
11 years ago
Steven Loria
7ede47885f
Rename repo_name -> app_name
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
64d40aa4be
Add WebTest and some tests
11 years ago
Steven Loria
1c92ba7a1b
update READMEs
11 years ago
Steven Loria
7d37cb6254
Add dev/prod configuration
...
Environment can be switched via the MYFLASKAPP_ENV system variable.
11 years ago
Steven Loria
48a6bd0c99
Add simple manage.py script
11 years ago
Steven Loria
0d9edaeaee
Remove unnecessary fields from cookiecutter.json
11 years ago
Steven Loria
4bd4c7971a
Initial commit
11 years ago