django-admin
Define Self as multiple attributes in Django
I\'m new to Django and building my first app. I want locations in my Admin section to be displayed by a combination of different attributes from the model.[详细]
2023-04-08 19:18 分类:问答Django. Cancel button for form in admin site
Is there any functionality in admin site that allow to implement for every add/change form cancel button, that redirects me to list of that for开发者_Python百科m objects. I mean some general solution[详细]
2023-04-08 04:53 分类:问答Add other object and receive error MultiValueDictKeyError (Django admin)
I have a relationship follow as: class Question(models.Model): qid = models.PositiveIntegerField(primary_key=True)[详细]
2023-04-07 14:59 分类:问答Django Admin Problem Coercing to Unicode
Trying to create a Django app based off the tutorial but using a different model.(First time using Djanago)[详细]
2023-04-07 12:43 分类:问答Delete link disappears in Django admin inline formset if ValidationError raised
I have a form with KeywordInline. When I add new object using the form inlined formset has a js-link to add new form into formset. Newly added forms have a js-enabled delete button (x mark on the righ[详细]
2023-04-07 06:43 分类:问答Manipulate the form field values before rendering in django admin
I have to actually reset the values of the fields of a model Form, every time the form is rendered. So, lets say everytime a user fills the form, I store the values to a different table and next time[详细]
2023-04-07 02:13 分类:问答Change the default name of relationship in django admin
I have a ManyToMany relationship follow as: class Subtopic(models.Model): id = models.PositiveIntegerField(primary_key=True)[详细]
2023-04-07 01:50 分类:问答Replicate Django Admin's "add" button
Let\'s say I have the following two models, each with their own form to create model records. For example:[详细]
2023-04-06 20:48 分类:问答Add an image to Django admin header
How do I display an image in the header of Django\'s admin (I refer to the place on the top of the page with the yellow title \"D开发者_JAVA百科jango administration\" with blue background)?[详细]
2023-04-06 19:12 分类:问答Django-Admin.py not working
I\'m a complete noob at django and i cant seem to get the admin page up and running. I\'ve set the urls.py correctly, and i\'ve enabled the app in the settings.py module...all the database settings ar[详细]
2023-04-06 18:07 分类:问答