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
|
34ba9a1531
|
Remove redundant error handler
|
11 years ago |
Steven Loria
|
7ede47885f
|
Rename repo_name -> app_name
|
11 years ago |
Steven Loria
|
e59ebf02c4
|
Fix about view
|
11 years ago |
Steven Loria
|
64d40aa4be
|
Add WebTest and some tests
|
11 years ago |
Steven Loria
|
7328186086
|
Add CRUDMixin
|
11 years ago |
Steven Loria
|
41ccc34e83
|
Remove redundant form validation
|
11 years ago |
Steven Loria
|
581ce4d981
|
Flask-Login support
|
11 years ago |
Steven Loria
|
f99f3e76b3
|
Reorganize public templates
|
11 years ago |
Steven Loria
|
abda53a2f3
|
Fix Procfile
|
11 years ago |
Steven Loria
|
4aea7377a1
|
Remove env parameter from app factory function
|
12 years ago |
Steven Loria
|
1f9e6b171e
|
Store password hash and add basic test
Adds Flask-Testing and passlib dependencies
|
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
|
4bd4c7971a
|
Initial commit
|
12 years ago |