# django.db.utils.OperationalError: no such table: main.auth\_user\_\_old

**URL:** https://forum.codewithmosh.com/t/django-db-utils-operationalerror-no-such-table-main-auth-user-old/18308
**Category:** Python
**Created:** [February 18, 2023, 9:05pm UTC](https://forum.codewithmosh.com/t/django-db-utils-operationalerror-no-such-table-main-auth-user-old/18308 "2023-02-18T21:05:26Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![MightyTMZ20](https://avatars.discourse-cdn.com/v4/letter/m/e0b2c6/32.png) [@MightyTMZ20](https://forum.codewithmosh.com/u/MightyTMZ20)
#### Post date: [February 18, 2023, 9:05pm UTC](https://forum.codewithmosh.com/t/django-db-utils-operationalerror-no-such-table-main-auth-user-old/18308/1 "2023-02-18T21:05:26Z")

</div>

I am trying to follow a Mosh’s python tutorial step by step but even though i migrated everything, it still gives me this error when I try to add a product to site through the admin page:

django.db.utils.OperationalError: no such table: main.auth\_user\_\_old

Can anybody help? I am following Mosh’s Python course on YouTube.  
Link: [Python Tutorial - Python Full Course for Beginners - YouTube](https://www.youtube.com/watch?v=_uQrJ0TkZlc&t=20489s)

 ![image](https://us1.discourse-cdn.com/flex020/uploads/codewithmosh/original/2X/0/004d62b146e4fdb96d170f7da42594c51eee307f.png)
