Is there any ready to use Django script for user management like the UserCake or User Spice framework in PHP?

30 views
Skip to first unread message

Vishal Parkar

unread,
Aug 20, 2019, 4:39:34 PM8/20/19
to Django users
New to Django. Wish to port a web application to Django, which I have already developed in PHP & MySQL with the UserSpice framework providing the user management. I have modified the registration functionality such that only the ones invited using their emails by some already existing users can only register. I wish to get the user management functionality readymade and wish to be able to modify it as needed.
Thanks in advance!

Derek

unread,
Aug 22, 2019, 5:48:05 AM8/22/19
to Django users
You may want to work through a tutorial on user registration.

Once you see the general approach, you'll be better able to see where you need to add your custom business logic (e.g. "check for an existing user").

Vishal Parkar

unread,
Aug 22, 2019, 10:05:23 AM8/22/19
to Django users
Thank you very much, Derek!
Reply all
Reply to author
Forward
0 new messages