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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T19:51:17+00:00 2026-05-18T19:51:17+00:00

I want to create a Category class that may or may not have a

  • 0

I want to create a Category class that may or may not have a subcategory or it may or may not itself be a subclass of another Category object.

This doesn’t work, but it gives an idea of what I’m trying to do:

class Category(models.Model):  
    about = models.TextField(blank=True)
    parent_cat = models.ForeignKey(Category, blank=False, null=True)
    slug = models.SlugField(unique=True, help_text = SLUG_HELP)    
    title = models.CharField(max_length = 26, unique=True)

…

What works right now is I have a SubCategory class that can relate to a Category. However I would like to make the code more flexible by just allow Categories to be sub-categories of themselves. Then I can have an unlimited number of parents/children. Can someone suggest how I might be able to do this?

  • 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-18T19:51:17+00:00Added an answer on May 18, 2026 at 7:51 pm

    Your reference to subclassing and inheritance is confusing. You’ve got a standard recursive relationship, which works fine via a ForeignKey. The only thing you’d need to do would be to define the FK as described in the documentation:

    parent_cat = models.ForeignKey('self', blank=False, null=True)
    

    What else “doesn’t work” about the code you have posted?

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

Sidebar

Related Questions

Have a product that belongs to a category. Want to create a promotion for
I have a link from that link: http://api.maxxiscentral.com/maxxiscentral/GetTyrePatterns from this link i want to
I want to create an object in Django before calling the save method. This
I want to create a list of category terms (contained within a block), with
I want to allow any user to create a category using a text field.
I want to create URL re-write rules for following URL in htaccess. http://example.com/vedios/category/fun/ ->
i want create image animation , i have 50 images with png format now
I want create module which update list of usb devices automatically (not only mass
I have a tree-like object structure that consists of two types of objects: object
Im playing a little bit with heavy-client app. Imagine I have this model: class

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.