django-database-view
django-database-view copied to clipboard
A django pluggable that allows to work with Database views
Created view, all fine. Use it, and decided move my view in diff app. so do makemigrations get : ``` migrations.DeleteModel( name='MySQLViewClass', ), ``` on migrate get HINT: Use DROP...
Thanks for a great package. I have problem while running Django Test after creating DB View using Django Migration. Test Case: - Python Version: `3.8.6` (Mac OSX) - Packages: -...
Every thing is working fine but when i try to query database, it's not working.
Hi! I am working on a fork for my own projects that introduces some improvements, and I am curious if you are interested in working together to incorporate some of...