1👍
✅
You can dump the db directly with mysqldump as allcaps suggested, or run manage.py migrate
first and then it should work. It’s telling you there are migrations that you have yet to apply to the DB.
- [Answered ]-Django Bulk Model Deletion with Indices
- [Answered ]-Django rest api not accepting raw data
- [Answered ]-Cannot server static files with nginx in django
- [Answered ]-Django. Inline formset with existing instances of model in template
- [Answered ]-How to access django related field from model methods?
Source:stackexchange.com