-
Updated
Aug 11, 2020 - Python
flask-extension
Here are 52 public repositories matching this topic...
-
Updated
Sep 9, 2020 - Python
-
Updated
Sep 2, 2020 - Python
We are already able to customize the dictionary of messages simplelogin flashes. However, there is no easy way to:
- Toggle messages on and off
- Customize the categories of the flashes
Toggling could be useful if the user has implemented a custom login checker function, or if the user doesn't want to flash these messages. Custom categories could be useful for projects structured with diffe
-
Updated
Apr 6, 2020 - Python
-
Updated
Sep 14, 2020 - Python
-
Updated
Aug 2, 2020 - Python
-
Updated
Sep 4, 2020 - Python
There are different conventions for virtual environments.
Like creating all the virtual environments on a folder ( "~/virtualenvs/" ),
or naming the virtual environment with a leading dot ( ".../project/path/.venv" ),
right now the virtual environment is created inside the project folder with a default name "venv"
-
Updated
Sep 13, 2020 - Python
-
Updated
Jul 11, 2020 - Python
-
Updated
Apr 9, 2020 - Python
-
Updated
Mar 30, 2020 - Python
-
Updated
Sep 23, 2020 - Python
-
Updated
Jan 23, 2020 - Python
-
Updated
Nov 4, 2019 - Python
-
Updated
Sep 21, 2020 - Python
-
Updated
May 29, 2014 - Python
Avoid logging equivalent queries in a same request to the application. E.g.
flask_opa
line 73 and flask_opa
line 83 execute both in every request
Refactor code to avoid this
-
Updated
Jul 16, 2016 - Python
-
Updated
Sep 27, 2018 - Python
-
Updated
May 23, 2018 - Python
-
Updated
Jan 25, 2020 - Python
-
Updated
Dec 20, 2018 - Python
-
Updated
Jul 25, 2020 - Python
-
Updated
Jun 26, 2019 - Python
-
Updated
Sep 26, 2019 - Python
-
Updated
Jun 14, 2017 - JavaScript
Improve this page
Add a description, image, and links to the flask-extension topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the flask-extension topic, visit your repo's landing page and select "manage topics."
Hi,
thank you for the library. It really improved the way I approach configuration files.
Finally I have types and proper sections.
What I am missing is schema: I would love to be able to enforce that some parameters are obligatory, their type and provide a description, also raise an exception if there is some unknown parameter is configured.
I think I could use something like
marshmallow