﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
29902	"Django 2.* - Admin - relation ""auth_user"" does not exist"	Kyle Raney	nobody	"I can't create an admin user and login without getting this error message: 


{{{
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.
"	Bug	closed	contrib.admin	2.1	Normal	invalid	admin		Unreviewed	0	0	0	0	0	0
