I read the docs and this post... Django - Foreign Key to User model
I followed what it said and I still cannot get it to work. When I try to run the migrations I get
If you created a custom User model, you would use setting.AUTH_USER_MODEL, if not you can go ahead an use User model
setting.AUTH_USER_MODEL
User model
Referencing Django User model