Pinned Repositories
django-admin-row-actions
Add a drop-down 'actions' menu to each row of your Django model's admin changelist
django-admin-sortable
django-admin-tools-stats
Django-admin-tools-stats is a Django admin module that allow you to create easily charts on your dashboard based on specific models and criterias
django-default-filter
Default django admin listfilter
django-eav
Entity Attribute Value
django-filebrowser-browse-upload-field
For use with Django Filebrowser. (This is for the no-grappelli fork but might work without modification of the original). A model field and widget that combines the normal FilebrowseField with the direct upload functionality of the UploadField. The widget has both an upload and browse button.
django-linkcheck
An app that will analyze and report on links in any model that you register with it. Links can be bare (urls or image and file fields) or embedded in HTML (linkcheck handles the parsing). It's fairly easy to override methods of the Linkcheck object should you need to do anything more complicated (like generate URLs from slug fields etc).
django-squatter
Django multi-tenancy, without any core patches required!
mcefield
A Django TinyMCE Field including a modified build of TinyMCE
selective-inline
DjangoAdminHackers's Repositories
DjangoAdminHackers/django-admin-smoke-tests
Runs some basic tests on your custom admin objects.
DjangoAdminHackers/django-reportengine
Another Django based reports framework, this one aims to allow for good non-orm reports as well as easily created orm reports.
DjangoAdminHackers/django-scaffolding
Creates placeholder data for your app
DjangoAdminHackers/django-admin-methods
Helper functions to create admin related actions, list properties and single instance properties for Django
DjangoAdminHackers/django-admin-multiupload
Multi file upload for django-admin app
DjangoAdminHackers/django-admin-enhancer
A simple django app that provides change and deletion links to FK fields in the admin
DjangoAdminHackers/django-flat-theme
A flat theme for Django admin interface. Modern, fresh, simple.
DjangoAdminHackers/django-import-export
Django application and library for importing and exporting data with admin integration.
DjangoAdminHackers/django-filebrowser-no-grappelli
Media-Management no Grappelli
DjangoAdminHackers/old-django-filebrowser-no-grappelli
django-filebrowser for default Django admin site. Based on https://github.com/sehmaschine/django-filebrowser v3.1 (before it was in git)
DjangoAdminHackers/django-email-log
Django email backend that logs all emails
DjangoAdminHackers/django-object-actions
A Django app for adding object tools for models in the admin
DjangoAdminHackers/plata
Plata - the lean and mean Django-based Shop
DjangoAdminHackers/django-formfield
django-formfield is a form field that accepts a django form as its first argument
DjangoAdminHackers/django-jsignature
Use jSignature jQuery plugin in your django projects
DjangoAdminHackers/django-eav
Entity Attribute Value
DjangoAdminHackers/django-reversion
An extension to the Django web framework that provides comprehensive version control facilities.
DjangoAdminHackers/django-webfaction-mail
Control Webfaction Control Panel email and mailbox settings via the Django Admin
DjangoAdminHackers/django-squatter
Django multi-tenancy, without any core patches required!
DjangoAdminHackers/djamin
A new style for Django admin
DjangoAdminHackers/django-countries
DjangoAdminHackers/django
The Web framework for perfectionists with deadlines.
DjangoAdminHackers/django-webfaction
Control Webfaction Control Panel email and mailbox settings via the Django Admin
DjangoAdminHackers/django-adminskin
DjangoAdminHackers/django-advancedsearchfilter
A mechanism for providing a form in the Django contrib admin change list that lets users search/filter on individual fields
DjangoAdminHackers/django-single-model-admin
ModelAdmin for models that are meant to have one record
DjangoAdminHackers/django-image-cropping
Django helper application to easily and non-destructively crop arbitrarily large images in admin and frontend.
DjangoAdminHackers/django-smart-selects
chained and grouped selects for django forms
DjangoAdminHackers/django-phonenumber-field
A django library based on python-phonenumbers
DjangoAdminHackers/django-adminactions
collection of useful django actions to use with ModelAdmin or AdminSite.