Search code examples
Changing the group of a model in Django Admin...

djangodjango-modelsdjango-admin

Read More
Why can't I override the Django Admin template?...

pythondjangodjango-templatesdjango-admindjango-settings

Read More
Cannot list all of my fields in list_editable without causing errors...

pythondjangodjango-modelsdjango-adminadmin

Read More
Problems logging in with email in Django admin...

pythondjango-admindjango-authenticationdjango-users

Read More
how can I fix this error in Django admin and veiws files?...

djangodjango-rest-frameworkdjango-viewsdjango-admin

Read More
Django admin add form ajax call...

pythonajaxdjangodjango-admindjango-views

Read More
Link from Django Model's "absolute url" to its admin page...

pythondjangodjango-modelsdjango-admin

Read More
Add a custom admin action in Django when an object in another model is created...

pythondjangodjango-modelsdjango-admindjango-admin-actions

Read More
Display field from another model in django admin...

djangodjango-modelsdjango-admin

Read More
Recording classes in Django Admin with @admin.register decorator...

python-3.xdjango-admindecoratordjango-1.8

Read More
Django Admin change page: How can I put the save button set on the left, and delete button on the ri...

djangodjango-admin

Read More
Django 4.2.1 with django-cookiecutter 2023.05.09: makemigrations doesn't create migration file f...

python-3.xdjangodjango-modelsdjango-admindjango-database

Read More
How to add an extra button to "Change List" page in Django Admin for the particular model ...

pythondjangodjango-modelsdjango-viewsdjango-admin

Read More
How to add the custom button which executes a Django admin action to change form page?...

pythondjangodjango-admindjango-admin-actionscustom-button

Read More
Django admin custom template tag...

pythondjangodjango-templatesdjango-admintemplatetags

Read More
How to override django admin templates to add custom javascript?...

javascriptdjangodjango-formsdjango-templatesdjango-admin

Read More
Nothing happens when I do: python manage.py command...

pythondjangodjango-admin

Read More
TypeError: 'NoneType' object is not callable (DjangoAdmin)...

pythondjangodjango-modelsdjango-admin

Read More
How to filter by table-A from table-B (table-A is linked to table-B, not the otherwise)...

djangodjango-modelsdjango-admindjango-querysetdjango-filter

Read More
Trying to display the reverse of a Many to Many Relationship in Django Admin...

django-modelsdjango-adminmany-to-many

Read More
How to include custom model method in Django admin custom filter?...

djangodjango-admindjango-admin-filters

Read More
Readonly models in Django admin interface?...

djangodjango-adminreadonly

Read More
How do you override Django's admin app_index?...

djangodjango-admin

Read More
Show Button in Admin ListView - Upgrade to Django 4...

djangodjango-admin

Read More
In the Django admin changelist, how to show a blank space instead of the default "(None)"?...

pythondjangonulldjango-adminchangelist

Read More
Alter Django admin change list title text...

pythonpython-3.xdjangodjango-admintitle

Read More
How to change the name of the Django admin page?...

pythondjangodjango-templatesdjango-adminrename

Read More
django admin site showing with out format...

pythondjangodjango-admin

Read More
Django internationalization for admin pages - translate model name and attributes...

pythondjangodjango-modelsdjango-admindjango-i18n

Read More
How to translate the application label in Django CMS Admin?...

pythondjangodjango-admindjango-cmsdjango-i18n

Read More
BackNext