XYLau / ItsInMyHead

Realistic Data Generator
0 stars 0 forks source link

Disable Django ORM #9

Open XYLau opened 7 years ago

XYLau commented 7 years ago

Might need to disable Django query cache: http://stackoverflow.com/questions/1886909/how-to-disable-django-query-cache

XYLau commented 7 years ago

Need to manually remove/drop models from Django using migration tool: http://stackoverflow.com/questions/8597322/how-to-remove-models-from-django

XYLau commented 7 years ago

Or import from legacy: https://docs.djangoproject.com/en/1.10/howto/legacy-databases/

XYLau commented 7 years ago

http://stackoverflow.com/questions/1886909/how-to-disable-django-query-cache

XYLau commented 7 years ago

https://docs.djangoproject.com/en/1.10/topics/db/sql/