So everything was working at the end of Chapter 5. I created my superuser and edited models.py (I double checked the code with the book). I ran “makemigrations” and “migrate” and got the correct responses. I edited admin.py and double checked the code. I’m able to log in to the admin site, and can see the “Things” table. I can type and the automated slugging works. But once I hit Save I get the following error:
“OperationalError at /admin/collection/thing/add/
no such table: main.auth_user__old”
http://dpaste.com/1W90K9D (for the full paste).
I’ve tried deleting and remaking the database. I’ve created new users in the command line (this works), but it fails in the admin panel.
Thanks for any insight you might have!