Re: auth_user' doesn't exist

2023-12-02 Thread 'Kasper Laudrup' via Django users
On 02/12/2023 07.56, Nurlanbek Musaev wrote: hello everyone I get an error when I do makemigrations. I tried many things. It didn't happen django.db.utils.ProgrammingError: (1146, "Table 'prodb1.auth_user' doesn't exist") If you've just tried many things you need to try more things. At some

Re: auth_user' doesn't exist

2023-12-02 Thread Larry Martell
On Sat, Dec 2, 2023 at 9:00 AM Nurlanbek Musaev wrote: > hello everyone > I get an error when I do makemigrations. I tried many things. It didn't > happen > django.db.utils.ProgrammingError: (1146, "Table 'prodb1.auth_user' doesn't > exist") Have you run the initial migrations that would have c