Wagner Augusto Andreoli
|
2986743a8c
|
Add an option to fix imports before linting, make all code conform to the linting rules
|
9 years ago |
Patman64
|
2a45b9f4ba
|
Python code clean-up (PEP-8 related and other)
- Add the UTF-8 marker to files without it.
- Fix some hanging indents.
- Change ''' into """ in docstrings.
- Enforce two blank line rule.
|
10 years ago |
Steven Loria
|
5a4c4425f6
|
Default error code to 500
[fixes #18]
|
11 years ago |
Steven Loria
|
338ef8b280
|
Correctly initialize debug toolbar
|
11 years ago |
Steven Loria
|
6303991a69
|
Correctly set bcrypt log rounds in app config
|
11 years ago |
Steven Loria
|
7ede47885f
|
Rename repo_name -> app_name
|
11 years ago |
Steven Loria
|
0a2412525f
|
Add error handlers and templates for 401, 404, and 500
|
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
|
e9dfd0573a
|
Add Flask-Debug toolbar
Also, don't bundle and minify assets in dev enviromnet
|
11 years ago |
Steven Loria
|
d1d832ba97
|
Add Factory Boy support
|
11 years ago |
Steven Loria
|
581ce4d981
|
Flask-Login support
|
11 years ago |
Steven Loria
|
4dad84074b
|
Use Bcrypt for password hashing and refactor extension registration
|
11 years ago |
Steven Loria
|
abda53a2f3
|
Fix Procfile
|
11 years ago |
Steven Loria
|
4aea7377a1
|
Remove env parameter from app factory function
|
11 years ago |
Steven Loria
|
1f9e6b171e
|
Store password hash and add basic test
Adds Flask-Testing and passlib dependencies
|
11 years ago |
Myke Stubbs
|
e4662ec209
|
Use expected config object when creating app
|
12 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
|
12 years ago |
Steven Loria
|
0f142a65e8
|
Flask-assets support
Bundle and minify css and js.
|
12 years ago |
Steven Loria
|
7d37cb6254
|
Add dev/prod configuration
Environment can be switched via the MYFLASKAPP_ENV system variable.
|
12 years ago |
Steven Loria
|
4bd4c7971a
|
Initial commit
|
12 years ago |