django-codemirror is a Django app, a widget for using CodeMirror on Django's Textarea.Install:        sudo pip install django-codemirroror        git clone...

read more

django-markitup-widget is a Django app, a widget for using markItUp! on Django's Textarea.Install:        sudo pip install django-markitup-widgetor        git clone...

read more

django-modify-history is a Django app that will create history table for each object in Django.Install:        sudo pip install django-modify-historyor        git clone...

read more

django-spaminspector is Django's genetic spam inspector library via Akismet.Install sudo pip install django-spaminspectoror sudo pip install git+git://github.com/lambdalisue/django-spaminspector.git#egg=django-spaminspectorHow to Use1. First,...

read more

django-package-skeleton is a Django app package skeleton.The following features exists- Testing demo django test project with setup.py- Add Django apps required to execute test dynamically- Automatically update the version number with gitHow to use1. Falk...

read more

django-object-permission is a Django app to supply Django's object permission feature.Install:        sudo pip install django-object-permissionor        git clone...

read more

django-universaltag is a Django app for tagging Django models object universally.This package is developing under https://github.com/lambdalisue/django-universaltagSee http://demos.django-universaltag.hashnote.net/ for Demo.Install: sudo pip install...

read more

django-thumbnailfield is an enhanced ImageField of Django.Install        sudo pip install django-thumbnailfieldPrepare to use1.  Append 'thumbnailfield' to ``INSTALLED_APPS``2.  Set ``MEDIA_ROOT`` correctly....

read more

django-permission is a Django app to enhanced permission system which support object permission and role based permission system.Installdjango-permission is in PyPI_ so:: pip install django-permission    or  pip install...

read more