django-sorcery icon indicating copy to clipboard operation
django-sorcery copied to clipboard

Django Framework integration with SQLAlchemy

Results 9 django-sorcery issues
Sort by recently updated
recently updated
newest added

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: ![image](https://user-images.githubusercontent.com/932940/50266442-897a3500-03f1-11e9-9a8f-ba6cb94dee4a.png) ![image](https://user-images.githubusercontent.com/932940/50266447-8c752580-03f1-11e9-841c-d5cb147e4fb6.png) ![image](https://user-images.githubusercontent.com/932940/50324173-8ba0ca00-04ab-11e9-8c76-c94974b11eba.png)

Does anyone have ideas on what to do with Sqlalchemy 2 support? Will it be available?