Re: What is the proper workflow before first migration?

2019-04-12 Thread Flip Matter
lic_posts/templates/public_posts > or in one template folder split into the apps. Different people have there > own ideal method so it is really up tp you. > Hope this helps > > On Wednesday, 10 April 2019 13:45:27 UTC+1, Flip Matter wrote: >> >> Thank you very much for th

Re: What is the proper workflow before first migration?

2019-04-10 Thread Flip Matter
Thank you very much for the resources! However it is installed in my settings.py the exact line is... AUTH_USER_MODEL = 'public_posts.CustomUser' Is there a different way to do it? This is the only way I have seen to set your AUTH_USER_MODEL, or does my custom user model have to be in a 'users' ap