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

  • Home
  • SEARCH
  • 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 862653
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T09:10:40+00:00 2026-05-15T09:10:40+00:00

Is it possible to register a model in django-tagging not in tagging app, nor

  • 0

Is it possible to register a model in django-tagging not in tagging app, nor in my app?

The standard way is to edit apps/myapp/models.py this way:

from apps import tagging
tagging.register(MyModel)

I want to keep both applications without changes, for example, to be able to pull new versions and just replace them. So I tried putting this into project settings.py, in the end, but of course this fails.

from apps.myapp.models import MyModel
from apps import tagging
tagging.register(MyModel)

(This fails when importing MyModel.)

Any other way?

  • 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-15T09:10:40+00:00Added an answer on May 15, 2026 at 9:10 am

    You can’t do that in settings.py, as the models haven’t been set up yet. One possibility is to do it in urls.py – admin.autodiscover is already there, so this might be a good place for the call to tagging.register as well.

    There has been quite a lot of discussion in the django-developers group about the correct place for this sort of thing, but as yet no firm policy has been reached.

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

Sidebar

Related Questions

I have the models set up like this: class ParentModel(models.Model): some_col = models.IntegerField() some_other
Is it possible to group models from different apps into 1 admin block? For
I was wondering is it possible to register a broadcast receiver to receive two
A Castle Windsor question: Is it possible to register a class that has an
In the Windsor IOC container is it possible to register a type that I've
I want to know if it's possible to register a type library without using
Is it possible to install/register another local server instance in any SqlServer version, besides
Is it possible to control SD card reader register pins from Linux via C/C++
Is it possible to square a number stored in a register (say eax) without
I know it's possible to use DependencyResolver and register Castle Windsor with MVC but

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.