- Language: en
162 results for admin in version 2.1
-
The Django admin site
- … admin_site @admin . register ( Author , Reader , Editor , site = custom_admin_site ) class PersonAdmin ( admin . ModelAdmin …
-
FAQ: The admin
- … admin. My admin-site CSS and images showed up fine using the development server, but they …
-
django-admin and manage.py
- … admins Mails the email addresses specified in ADMINS using mail_admins() . shell django-admin shell …
-
GeoDjango’s admin site
- … admin site GeoModelAdmin class GeoModelAdmin default_lon The default center longitude. default_lat The default …
-
Admin actions
- … Admin actions The basic workflow of Django’s admin is, in a nutshell, “select an object …
-
JavaScript customizations in the admin
- … admin Inline form events You may want to execute some JavaScript when an inline form …
-
The Django admin documentation generator
- … admin documentation generator Django’s admindocs app pulls documentation from the docstrings of models, views …
-
Writing custom django-admin commands
- … admin commands Applications can register their own actions with manage.py . For example, you might want …
-
Django 1.4 release notes
- … admin change list. Admin inlines respect user permissions Admin inlines now only allow those actions …
-
Writing your first Django app, part 2
- … admin from .models import Question admin . site . register ( Question ) Explore the free admin functionality Now that …