|
|
|
|
|
by djrobstep
2351 days ago
|
|
If you use a migration tool that works at the database level rather than the model level, the the migration handling of views will be automatically supported. Last time I tried to do model a database view in Django it was painful, but support may have improved since. But worst case you can drop down to a vanilla query. |
|