Posts by Built with Django
@wagtailcms.bsky.social Could you please add me and @rasulkireev.com to your "Our Python, Django, & Open Source Favs" starter pack?
For people who don't know about it, here is the amazing list:
bsky.app/starter-pack...
Finally bit the bullet and started sponsoring @django.
If you use it for your projects or in your companies, consider doing the same ❤️
github.com/sponsors/dja...
👋💚
That said, I might be wrong 🙈
Nah, it's about the same. Just that the rumor going around that if you don't do a Custom User Model from the get go you are fucked, is wrong. That's it.
I was thinking about it lately and I don't think it is necessary to Customize User Models.
Just create a Profile model, add a OneToOne User field. Then Create an object anytime someone signs up, like in the image attached.
Then you can customize all you want.
Yay or nay?! #django