Age | Commit message (Expand) | Author |
2022-07-04 | wqflask: Remove DebugToolbarExtension...This functionality, at least how we use it, is already provided
natively in python's pdb. Should someone need this, they can add it
manually.
* wqflask/runserver.py (app_config): Remove "flask_debugtoolbar"
import and instantiation.
* wqflask/utility/startup_config.py (app_config): Ditto.
| BonfaceKilz |
2021-08-20 | startup_config.py: Add DebugToobarExtension for wsgi DEBUG mode...* wqflask/utility/startup_config.py (app_config): Add
DebugToolbarExtension
| BonfaceKilz |
2021-05-08 | utility: startup_config: Use python3 f-strings | BonfaceKilz |
2021-05-08 | utility: startup_config: Break up long import statement | BonfaceKilz |
2021-05-08 | utility: startup_config: Remove dead comments | BonfaceKilz |
2021-04-30 | autopep8: Fix E121,E122,E123,EI24,E125,E126,E127,E128,E129,E131,E133 | BonfaceKilz |
2021-04-30 | autopep8: Fix E501 | BonfaceKilz |
2021-04-30 | autopep8: Fix E301,E302,E303,E304,E305,E306 | BonfaceKilz |
2021-04-30 | autopep8: Fix E20-E27...Run:
python -m autopep8 --in-place --recrusive ./ --select\
E20,E211,E22,E224,E224,E225,E226,E227,E228,E231,E241,\
E242,E251,E252,E26,E265,E266,E27 -p 3
| BonfaceKilz |
2020-08-19 | Remove extra whitespace(or add it) from comma separated items...See: <https://docs.python.org/2/library/2to3.html#2to3fixer-urllib>
| BonfaceKilz |
2020-08-18 | Wrap print statements in parentheses | BonfaceKilz |
2020-04-22 | Fixed a variety of issues related to users registering and logging in...GN2 should now work when Redis is empty
| zsloan |
2018-03-26 | Skip automatic use of EXPLAIN_TEMPLATE_LOADING. | Pjotr Prins |
2018-03-26 | Refactor startup config for gunicorn and werkzeug | Pjotr Prins |