{{{
relation "auth_user" does not exist
LINE 1: ...user"."is_active", "auth_user"."date_joined" FROM "auth_user...
}}}
I have tried with version 2.0 and 2.1 with the same error. There is
nothing unique about my project. I do the following:
Create the project > keep sqlite as default values > createsuperuser >
then try to login
I have tried using postgresql and got the same error.
Other info:
macOS Mojave 10.14 * **I suspect this may be the issue**
Python 3.7
Let me know if you need the full traceback.
--
Ticket URL: <https://code.djangoproject.com/ticket/29902>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => invalid
Comment:
It sounds like you didn't run `manage.py migrate` to create the database
tables. In the future, please use TicketClosingReasons/UseSupportChannels
to find places to get help. This ticket tracker is used to report
confirmed bugs rather than for getting help.
--
Ticket URL: <https://code.djangoproject.com/ticket/29902#comment:1>