• Jacob Magnusson's avatar
    Remove Flask-SQLAlchemy dependency · 6631906f
    Jacob Magnusson authored
    It should be noted that the declarative base still has to be configured
    like this:
    
    ```python
    MyBase:
        query = session.query_property()
    ```
    
    Also decreased code duplication and removed unused imports.
    6631906f
Name
Last commit
Last update
..
contrib Loading commit data...
form Loading commit data...
model Loading commit data...
static Loading commit data...
templates Loading commit data...
tests Loading commit data...
translations Loading commit data...
__init__.py Loading commit data...
_backwards.py Loading commit data...
_compat.py Loading commit data...
actions.py Loading commit data...
babel.py Loading commit data...
base.py Loading commit data...
consts.py Loading commit data...
helpers.py Loading commit data...
menu.py Loading commit data...
tools.py Loading commit data...