User profile

23 views
Skip to first unread message

senthu nithy

unread,
Jan 17, 2019, 12:47:41 PM1/17/19
to Django users
I am new Django framework. I want to create a user profile for my app. But i start to create the user profile then i direct to create Admin profile which is already created in Django. I want to create a user Profile. Can you direct me?

ANi

unread,
Jan 17, 2019, 2:49:15 PM1/17/19
to Django users
Do you mean you want to create your custom user model?
Two ways to do it,
1. create a profile model and use foreign key to the user model that Django provided.
2. create a custom user model like this 


senthu nithy於 2019年1月17日星期四 UTC+8下午8時47分41秒寫道:

Alex Kimeu

unread,
Jan 17, 2019, 3:12:01 PM1/17/19
to django...@googlegroups.com
First you need to create a model for the User Profile. 

--
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...@googlegroups.com.
To post to this group, send email to django...@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/94a197bc-1440-43cf-9af7-0c31da09cf4b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

senthu nithy

unread,
Jan 18, 2019, 3:36:43 AM1/18/19
to django...@googlegroups.com
Thank you ANi and Alex. I will refer both links


Reply all
Reply to author
Forward
0 new messages