You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SQAlchemy models should be rewritten to Django ORM. (There are also hacks, where you can work with sqalchemy in django, but this should not be the goal.)
As I understand it, this should be straight forward. Optimally, we should not have to run database migration on existing model tabels when changing to django.....
The text was updated successfully, but these errors were encountered:
The SQAlchemy models should be rewritten to Django ORM. (There are also hacks, where you can work with sqalchemy in django, but this should not be the goal.)
As I understand it, this should be straight forward. Optimally, we should not have to run database migration on existing model tabels when changing to django.....
The text was updated successfully, but these errors were encountered: