Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7503447
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T21:13:31+00:00 2026-05-29T21:13:31+00:00

I was reading about Django’s support for custom user profiles. I understand that if

  • 0

I was reading about Django’s support for custom user profiles. I understand that if I do the following steps, I will be able to tie in a custom user profile object with my application.

  1. Create a model object for UserProfile which will have django.contrib.auth.models..User as a FK
  2. Add the following to settings.py AUTH_PROFILE_MODULE = ‘accounts.UserProfile’
  3. Ensure that a UserProfile object is available for every User object (either using django signals, or creating one when it is queried)

By doing all this what I get is the ability to obtain a user profile by doing

user.get_profile()

My question is, is there any other functionality I get, such as (non admin) views to view/edit the user profile ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T21:13:33+00:00Added an answer on May 29, 2026 at 9:13 pm

    There is no added functionality at all. The only thing Django is doing is providing a simple way (via get_profile) to reverse the relationship between django’s default contrib.auth.models.User and a custom model (usually a UserProfile – although this could be anything). The alternative is to reverse the relationship yourself, something like:

    my_user.userprofile_set.all()[0]
    

    which is obviously inconvenient.

    If you want added functionality, you need to look at something like django-profiles (to add the views for editing a profile) and django-registration (to add sign-up views)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Reading about Django, I saw this: http://docs.djangoproject.com/en/1.1/ref/contrib/admin/#ref-contrib-admin - the fancy simple to use admin
surfing on the web, reading about django dev best practices points to use pickled
I remember reading somewhere on the internets about a half-assed tiny django CMS app,
While reading about exception, I will always come across checked exceptions and unchecked exceptions,
When reading about pipes in Advanced Programming in the UNIX Environment, I noticed that
I've been reading on the django docs about the comments framework and how to
The book I've been reading about Django mandates heavy usage of a command line
Reading all about PHP frameworks, CodeIgniter seems really nice in that I like it's
Reading about and using the Amazon Web Services, I'm not really able to grasp
while reading about declare construct from php manual i tried the following example using

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.