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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T09:55:08+00:00 2026-06-03T09:55:08+00:00

I need to retrive table name and model’s contenttype id for all model of

  • 0

I need to retrive table name and model’s contenttype id for all model of a specific app. I can use this code to get a model’s table name, but not its contenttype id:

from django.db.models import get_app, get_models
app = get_app("my_app_name")
for model in get_models(app, include_auto_created=True):
    print model._meta.db_table

However I need to directly get this information from database. Something like:

Select id, model from django_content_type where app_label='my_app_name'

In this case, I get id but not table name. Where to get table name in 2nd case?

  • 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-06-03T09:55:10+00:00Added an answer on June 3, 2026 at 9:55 am

    To get the pk of the contenttype of a model

    from django.contrib.contenttypes.models import ContentType
    ContentType.objects.get_for_model(model).pk
    

    To run standalone Django script, refs posts or simply (which normally works)

    DJANGO_SETTINGS_MODULE='project.settings' python script.py
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to get retrive all of the data from specified tables and I
I need to retrieve data (vehicle details, in this case) from a MySQL table
I've a window with a table. The table lists several model objects by name.
I need to get the last inserted id of table that have multi-column primary
using jquery I need to retrieve an array from table cells, format the data
Ok, I need to store/retrieve a bit from a data table of 3.268.760 bits
I need to retrive the Url of an application that is iframed... What I
I need to retrieve the name of the stored procedure that a crystal report
I need to retrieve a list of the columns in a table in the
Usually, I need to retrieve data from a table in some range; for example,

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.