• 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
babel Loading commit data...
doc Loading commit data...
examples Loading commit data...
flask_admin Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
LICENSE Loading commit data...
MANIFEST.in Loading commit data...
Makefile Loading commit data...
NOTICE Loading commit data...
README.rst Loading commit data...
TODO.txt Loading commit data...
projects.rst Loading commit data...
requirements-dev.txt Loading commit data...
setup.cfg Loading commit data...
setup.py Loading commit data...