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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T11:32:17+00:00 2026-05-22T11:32:17+00:00

I want to build a questionary in Django and use django’s admin-interface to enter

  • 0

I want to build a questionary in Django and use django’s admin-interface to enter the data.
The site-admin should be able to set-up new questionaries with questions. Define models which questions have always a querstionary in relation is no problem:

class Questionary(models.Model):
    title = models.CharField(max_length=50)

    def __unicode__(self):
        return self.title

class Question(models.Model):
    text = models.CharField(max_length=150)
    questionary = models.ForeignKey(Questionary)

    def __unicode__(self):
        return self.text

Using this I can create and edit questionaries (but only it’s title) in the admin. Also I can edit every single Question with an relation to the questionary. But only one question a time.

Is there a way to set up the models (or a part of the admin-area) to have the “questionary-part” at the top and the questions below that in the admin-interface? With buttons to add and delete questions?

Thanks a lot,

mfapl

  • 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-22T11:32:18+00:00Added an answer on May 22, 2026 at 11:32 am

    Yes you can, take a look at InlineModelAdmin

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

Sidebar

Related Questions

I want to build a site where the user can enter text and format
I want to build a form_tag that will allow me to post a new
I want to build an interface that has scrolling text inside a UITextView, and
I want build a data structure to store limited undo buffer, take store 6
I want to build a system where an admin can create forms with the
Hi everyone i want build a poem application so i want use to NavigationControlle
I want to build a gmail style search app for my site with configurable
I want to build a C# object from hierarchical XML data usinq LINQ. I
I want build a search service for one particular thing. The data is freely
I want to build a hybrid app can run on all devices. I use

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.