django-sorcery
django-sorcery copied to clipboard
Django Framework integration with SQLAlchemy
Pull Request #182 refactored by [Sourcery](https://sourcery.ai/github/). If you're happy with these changes, merge this Pull Request using the *Squash and merge* strategy. **NOTE**: As code is pushed to the original...
updates: - [github.com/miki725/importanize: 0.7 → 0.8.0-alpha1](https://github.com/miki725/importanize/compare/0.7...0.8.0-alpha1) - [github.com/myint/docformatter: v1.4 → v1.5.0-rc1](https://github.com/myint/docformatter/compare/v1.4...v1.5.0-rc1) - [github.com/PyCQA/flake8: 5.0.2 → 5.0.4](https://github.com/PyCQA/flake8/compare/5.0.2...5.0.4)
After setting up a django app and creating a migration using `sorcery revision` command, I get the following error when starting django dev server: ``` Exception in thread django-main-thread: Traceback...
Mostly from sqlalchemy dogpile caching recipe with some tweaks
lots of stupidity at this stage but things are starting to work:   
Does anyone have ideas on what to do with Sqlalchemy 2 support? Will it be available?