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 6015593
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T02:51:28+00:00 2026-05-23T02:51:28+00:00

I want to monkey patch the user model from Django. My code: from django.db

  • 0

I want to monkey patch the user model from Django.

My code:

from django.db import models

from django.contrib.auth.models import User
User.add_to_class('secret_question', models.CharField(max_length="100"))
User.add_to_class('answer', models.CharField(max_length="100"))
User.add_to_class('DOB', models.DateField())

Where do I place this code so that python manage.py syncdb will create the correct table?

I tried the main directory models.py, I tried an app’s directory’s models.py (these two didn’t produce the correct table), and I tried placing it in the settings.py of the project (error, couldn’t run).

  • 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-23T02:51:29+00:00Added an answer on May 23, 2026 at 2:51 am

    Please take a look at Storing additional information about users section of the authentication documentation. It suggests a cleaner way to add additional information to a User object.

    If you’d like to store additional information related to your users, Django provides a method to specify a site-specific related model — termed a “user profile” — for this purpose.

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

Sidebar

Related Questions

I have a model with validations defined, I want to monkey patch the model
I'm trying to monkey patch a Perl class: I want to change the behavior
What is the preferred way to Monkey Patch in Rails 3? I just want
Lets use a real world example. I want to monkey patch WillPaginate::LinkRenderer.to_html method. So
I've recently started working with Aptana and Eclipse Monkey. What I want to do
I'm trying to learn Django and I would like feedback from anyone who has
The question How can I monkey-patch an instance method in Perl? got me thinking.
I would like to know where put monkey patching code like the following in
If all tables I want to delete from have the column gamer_id can i
I'm in the process of porting some code from Linux to Mac OS X.

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.