Josh
|
e19ddd9976
|
Add urls and clean commands to manage.py
Two new useful commands for manage.py. `m urls` lists all URLs (like `rake routes` in Rails). `m clean` gets rid of .pyc files.
|
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
|
9f769fa43a
|
Update extension imports to flask_*
See mitsuhiko/flask#1135
|
10 years ago |
Steven Loria
|
d634ee6eab
|
Replace Makefile with invoke tasks.py file
|
10 years ago |
sloria
|
a8c1c5754f
|
Use pytest.main instead of shelling out
|
10 years ago |
Steven Loria
|
923b1f55e2
|
Revert User#set_password and User#check_password for Migrate compatibility
|
11 years ago |
Steven Loria
|
9851fa2974
|
Follow one test class per model convention
|
11 years ago |
Steven Loria
|
ba68f616c8
|
Port model tests to pytest
|
11 years ago |
Steven Loria
|
24fffbb7b3
|
createdb no longer necessary
|
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
|
abda53a2f3
|
Fix Procfile
|
11 years ago |
Steven Loria
|
4aea7377a1
|
Remove env parameter from app factory function
|
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
|
24a6ea59dd
|
Fix TestCase name
Also add a test command to manage.py
|
11 years ago |
Steven Loria
|
48a6bd0c99
|
Add simple manage.py script
|
11 years ago |