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-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
DjangoAdminHackers/django-admin-sortable2
Generic drag-and-drop ordering for objects in the Django admin interface
DjangoAdminHackers/django-notes
Add notes to your models...
DjangoAdminHackers/django-vagrant
A Vagrant instance to help you get started with the Django framework.
DjangoAdminHackers/notes
Notes and Resources
DjangoAdminHackers/django-admin-bootstrapped
A Django admin theme using Twitter Bootstrap. It doesn't need any kind of modification on your side, just add it to the installed apps.
DjangoAdminHackers/django-admin-preview
Inline preview in the admin list view
DjangoAdminHackers/django-admin-user-stats
This app provides django-admin-tools dashboard modules with user registration stats/charts.
DjangoAdminHackers/django-colorfield
A small app providing a colorpicker field for django
DjangoAdminHackers/django-current-user
DjangoAdminHackers/django-db-log
Log errors to the database.
DjangoAdminHackers/django-ichangelist
DjangoAdminHackers/django-locking
Prevents users from doing concurrent editing in Django. Works out of the box in the admin interface, or you can integrate it with your own apps using a public API.
DjangoAdminHackers/django-maintenancemode
Simple maintenance page for Django, for taking sites offline for maintenance. Also doubles as protecting test sites.
DjangoAdminHackers/django-nested-inlines
Adds nested inline support in Django admin
DjangoAdminHackers/django-object-tools
Django app enabling painless creation of additional admin object tools.
DjangoAdminHackers/django-paypal
A pluggable Django application for integrating PayPal Payments Standard or Payments Pro
DjangoAdminHackers/django-related-admin
Allow foreign key attributes in list_display with '__'
DjangoAdminHackers/django-require
A Django staticfiles post-processor for optimizing with RequireJS.
DjangoAdminHackers/django-select2-forms
Django form fields using the Select2 jQuery plugin
DjangoAdminHackers/django-simple-import
An import tool easy enough your users could use it
DjangoAdminHackers/django_ffiler
Django admin inline images + multiupload.
DjangoAdminHackers/example-project
Example Project
DjangoAdminHackers/image-diet
A Django application for removing unnecessary bytes from images. Integrates seemlessly with Easy Thumbnails.
DjangoAdminHackers/jquery-pjax
pushState + ajax = pjax
DjangoAdminHackers/mamona
Fully portable Django payments application that can use any Order/Cart model.