[Fixed]-Custom user models in Django: `no such table: auth_user`

1👍

You can’t swap user model for any app that refers to it, if migrations for that app have been applied. Try to re-create your database by creating new one, reapplying migrations on it and then moving data from old database

Leave a comment