[Fixed]-How to delete Many-Many relationship between two models Django

1👍

if you are still in development at the start of it just delete your db, delete your migrations and delete q_cateregory from Question model and re-create db again: run makemigrations, migrate and syncb.

Otherwise, just start from reading this: https://docs.djangoproject.com/en/1.8/ref/migration-operations/

Leave a comment