-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Complete User account functionality #205
Comments
@DevilsAutumn, in this issue, will we be using the built-in Django user model, or do we need to create a custom user model for now? |
Would be better to extend the built-in django user . |
@DevilsAutumn |
@PankajVishw50 Thankyou so much for showing interest in this issue. But this issue is on our top priority so I will be picking it up. |
I would like to pick this up |
Summary
NA
Description
Create complete User account functionality end to end including normal login/signup (no need of google oauth n all for now). - all the events a user attends should be visible in their profile(All those who attended the first django india meetup, create their accounts automatically and attached that meetup to their account)
Use Case
No response
Alternatives
No response
Affected Area
Backend
The text was updated successfully, but these errors were encountered: