Tuesday, April 26, 2016

Trying to extend the User model to create a user profile page

I am creating an app for our company to have users log in, create a profile page, and create updates on some personal progress. I have handled logging in and registering with django-registration, and have created the app for updates, but i'm not able to create a profile page extending the user's information. 

I've tried a few ways to do it (django-custom-user, a few tutorials, documentation, etc.) but I can't seem to make it work right. I'm assuming it would be a good idea to create an entirely new app for this profile page, allowing the user to create on the initial login and edit as changes require. I have these capabilities already in the updates section. How can I make this work right? 


--
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+unsubscribe@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/7394b722-dce2-4c0f-865c-0c3f286781a8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment