Django-SIS stands for Django School Information System.Django-SIS is a Python application coded on top of the Django MVC framework, created to help webmasters manage a school or university's activity via a Web browser.Everything is managed online,...

read more

django-custom-field is a Django app that allows end users to create easy (but slower to work with) fields attached to any Django model. Includes support so fields show up in the admin interface and helper functions that make it easy to access any...

read more

django-auth-gapps is a simple way to authenticate to Google Apps using the provisioning API. If you want oath to allow any Google user to login look elsewhere.This is more like a Google Apps version of django-auth-ldap. It supports Group mappings as...

read more

By default, all Django applications come with a backend panel, a dashboard only accessible to admins, since the data presented there is quite sensitive.For the frontend section of the Django site/app there's no user dashboard utility, unless you're...

read more

django-admin-export is a Django app that adds a global action to Django admin to export to XLS.Install- easy_install django-admin-export- Add admin_export to Installed Apps- Add (r'^admin_export/', include("admin_export.urls")), to urls.py- Recommended -...

read more