Hello, I've been trying to make a social media site and know nothing about 
django (i've been teaching myself using the documentation and tutorials) 
I've had to redo the site three times and now have to do a fourth because 
(even though I got AUTH_USER_MODEL in, all the forms ect. ect. before first 
migration) for some reason it is saying that "Manager is unavailable; 
auth.User has been swapped for public_posts.CustomUser". I have not been 
able to find a decent description on exactly how work flow NEEDS to be 
done. Obviously create user models and set AUTH_USER_MODEL before first 
migration but what about the Manager? I made my CustomUserManager at the 
same time as everything else.

I tried to use django-registration, then found out they upgraded to 
django_registration, couldn't find ANY documentation on it until almost a 
week afterwards. So now my code is partially a bunch of tutorials and 
partially old (possibly deprecated) code, is there somewhere that all of 
the new stuff and how to transfer to the new stuff posted? This seems to be 
the hardest part about Django, for me anyway. I've tried get_user_model 
where user comes up to no avail.  I have three apps, admin_posts, 
public_posts and accounts (get ready to smirk cuz this was stupid of me) I 
have all my CustomUser stuff in public_posts and have everything required 
by django_registration in accounts. I'm positive that was a huge fail on my 
part but Where SHOULD all of the user stuff go?? I have no been able to 
find anything about that anywhere everything only says ' 
appname.CustomUser' (example) leading me to believe that it doesn't matter 
where you put them. but since django_registration has its own requirements 
and user dealings, will using django_registration and CustomUsers cancel 
each other out/mess up each others managers?

Everything I have done has only been in my project(s) and not in the root 
dir. Also, if anyo contributors to django read this, thank you for making 
such a freaking amazing framework, I mean this thing is just a pure beauty 
so thank you!!! Y'all be some geniuses! I hope to be good enough to 
contribute.

Thank you for making it to the end and thank you for any responses.
P.S I only post as a last resort, I've spent HOURS researching this to no 
avail, not even a tease of an answer...I'm only saying this so you know I 
do indeed do the research required and don't want others to do  my work for 
me but MAN I cannot find anything. Also, if any Django contributors read 
this, Thank you for making such an amazing framework!!!!!!

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/27bdee32-3293-46a9-8d4d-9573546b9be5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to