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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T22:51:19+00:00 2026-05-29T22:51:19+00:00

I am using a 3rd party app in my django webapp. But I want

  • 0

I am using a 3rd party app in my django webapp.
But I want to customize the admin view for one of the models in the 3rd party app.
The customization is more than changing the change_list.html template i.e. I will need to add code to talk to an external webservice etc.

However, I don’t want to modify the 3rd party app. Instead I want to override it.
How I override the ModelAdmin for a model that comes from a 3rd party app ?

  • 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-29T22:51:20+00:00Added an answer on May 29, 2026 at 10:51 pm

    This should get you started:

    from django.contrib import admin
    from thirdpartyapp.models import ThirdPartyModel
    from thirdpartyapp.admin import ThirdPartyAdmin
    
    class CustomThirdPartyAdmin(ThirdPartyAdmin):
        pass
    
    
    admin.site.unregister(ThirdPartyModel)
    admin.site.register(ThirdPartyModel, CustomThirdPartyAdmin)
    

    I use this often to customize the UserAdmin as shown in this answer.

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

Sidebar

Related Questions

My WPF test app (very simple, just one window) is using a 3rd party
I'm loading a 3rd party website into my app using WebView. But there is
I want to use an 3rd party library without using its header file. My
I started using git to track my customizations to a 3rd party web app.
We have a 3rd-party app that wants to call a stored proc using SQL
I have a 3rd party app that is generating an executable for me, but
We're using a 3rd party library in our iPhone app and when we build
I have a standalone (3rd party) app that I'm trying to launch using a
In my iPhone app I'm using a 3rd party library (libPusher) for WebSockets networking
I am using a 3rd party WinForms Login Dialog in my WPF app, and

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.