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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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").