django-codemirror 0.1 RC1
django-codemirror is a Django app, a widget for using CodeMirror on Django's Textarea.Install: sudo pip install django-codemirroror git clone...
django-codemirror is a Django app, a widget for using CodeMirror on Django's Textarea.Install: sudo pip install django-codemirroror git clone...
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...
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...
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,...
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...
django-object-permission is a Django app to supply Django's object permission feature.Install: sudo pip install django-object-permissionor git clone...
django-mfw contains frameworks for developing mobile sites with Django.Requirements:cursor-pointer" onclick="spovl3hide();"> System requirements for this...
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...
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....
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...