Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.473.493 Times

Django freeware
Filter: All | Freeware | Demo
 

Django

< 1 2 3 4 5 > 
Added: October 22, 2013 | Visits: 306

django-durationfield A reusable application for a DurationField in Django. This reusable app was conceived as a temporary solution for an old request to add native support for an interval or duration field to Django core, #2443, "Add IntervalField to database models." This app started from the 2010-01-25 patch by...



Platforms: *nix

License: Freeware Size: 30.72 KB Download (41): django-durationfield Download

Added: July 14, 2013 | Visits: 220

django-mongokit django-mongokit was built for Django 1.2 with the multi-db support but you can use django-mongokit in Django 1.1 (tested in Django 1.1.1) as a secondary database. For example, you might want to continue running your application in MySQL/PosgreSQL/Oracle as it is but you then have a fast logging...





Platforms: *nix

License: Freeware Size: 10.24 KB Download (39): django-mongokit Download

Added: June 17, 2013 | Visits: 481

django-compound-field django-compound-field is a Django add-on that allows you to define compound fields, e.g. {{{ class AddressField(CompoundField): phone = models.CharField(max_length=30) mobile = models.CharField(max_length=30) fax = models.CharField(max_length=30) email = models.EmailField() }}} Compound...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (40): django-compound-field Download

Added: August 18, 2013 | Visits: 367

django-jqueryautocomplete django-jqueryautocomplete is a very basic and un-tested proof of concept jQuery auto-complete app based off of Corey Hart's jQuery plugin. #md5=68c9585f4200f4fb382d32bb71b63d3c


Platforms: *nix

License: Freeware Size: 10.24 KB Download (41): django-jqueryautocomplete Download

Added: September 30, 2013 | Visits: 245

django-common The django-common package contains a number of useful shortcuts and helper files for the Django framework.


Platforms: *nix

License: Freeware Size: 10.24 KB Download (44): django-common Download

Added: June 19, 2013 | Visits: 299

django-chronograph The django-common package contains a number of useful shortcuts and helper files for the Django framework.


Platforms: *nix

License: Freeware Size: 10.24 KB Download (32): django-chronograph Download

Added: October 10, 2013 | Visits: 337

django-mongodb-cache django-mongodb-cache is a Mongodb cache backend for Django framework. #md5=f42ab3b39b5f0d9066952bdda9d7a0c9


Platforms: *nix

License: Freeware Size: 10.24 KB Download (38): django-mongodb-cache Download

Added: September 14, 2013 | Visits: 264

django-session-csrf django-session-csrf is an alternative implementation of Django's CSRF protection that does not use cookies. Instead, it maintains the CSRF token on the server using Django's session backend. The csrf token must still be included in all POST requests (either with csrfmiddlewaretoken in the form or...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (37): django-session-csrf Download

Added: July 15, 2013 | Visits: 481

django-admin-filters django-admin-filters allows you to use generic filters for the admin changelist view. Example: from adminfilters.admin import GenericFilterAdmin from django.contrib.admin.filterspec import FilterSpec class SomeFilterSpec(FilterSpec): def __init__(self, request, changelist): """ Your...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (38): django-admin-filters Download

Added: November 20, 2013 | Visits: 253

django-workflows django-workflows is a Django plugin that provides a generic workflow engine. #md5=544d36722921cb5e877677d0d8ac5f92


Platforms: *nix

License: Freeware Size: 10.24 KB Download (38): django-workflows Download

Added: October 26, 2013 | Visits: 404

django-lean django-lean is a Django app that aims to be a collection of tools for Lean Startups using the Django platform. Currently it provides a framework for implementing split-test experiments in javascript, Python, or Django template code along with administrative views for analyzing the results of...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (39): django-lean Download

Added: August 06, 2013 | Visits: 329

django-plist django-plist is a Django plugin that trivializes the serialization of Django model objects into the XML format used by Property List files on the Cocoa platform (Mac OS X/iPhone). django-plist behaves somewhat different than the serialization framework that comes bundled with Django....


Platforms: *nix

License: Freeware Size: 20.48 KB Download (42): django-plist Download

Added: November 02, 2013 | Visits: 342

django-moderation django-moderation is reusable Django application that allows to moderate any model objects. Possible use cases: - User creates his profile, profile is not visible on site. It will be visible on site when moderator approves it. - User change his profile, old profile data is visible on site. New...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (46): django-moderation Download

Added: August 14, 2013 | Visits: 303

django-templateaddons django-templateaddons is a set of tools for use with Django's templates, context processors and template tags. It provides additional template tags, context processors and utilities for template tag development. Documentation * Read the HTML documentation online at...


Platforms: *nix

License: Freeware Size: 92.16 KB Download (44): django-templateaddons Download

Added: October 29, 2013 | Visits: 344

django-cms-jplayer django-cms-jplayer is an MP3 player plugin for django-cms. #md5=5bb61851bed7fb9869e69382dbd6dd3c


Platforms: *nix

License: Freeware Size: 10.24 KB Download (37): django-cms-jplayer Download

Added: August 21, 2013 | Visits: 421

django-sortedm2m django-sortedm2m is a drop in replacement for Django's own ManyToManyField. The provided SortedManyToManyField behaves like the original one but remembers the order of added relations. sortedm2m requires at least django 1.2. Django 1.1 or earlier is not supported. Usecases Imagine that you...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (38): django-sortedm2m Download

Added: September 15, 2013 | Visits: 224

django-utils django-utils is a Django app with various utilities. #md5=f491ad7647bbd9bcffb5d8a16726ff91


Platforms: *nix

License: Freeware Size: 10.24 KB Download (39): django-utils Download

Added: June 21, 2013 | Visits: 399

django-celery django-celery provides Celery integration for Django; Using the Django ORM and cache backend for storing results, autodiscovery of task modules for applications listed in INSTALLED_APPS, and more. Celery is a task queue/job queue based on distributed message passing. It is focused on real-time...


Platforms: *nix

License: Freeware Size: 71.68 KB Download (39): django-celery Download

Added: August 05, 2013 | Visits: 271

django-countries django-countries is a small Django applicaton to handle countries in forms in a succinct way.


Platforms: *nix

License: Freeware Size: 122.88 KB Download (38): django-countries Download

Added: October 30, 2013 | Visits: 574

django-news RSS feed aggregation with Django, including support for infinite-depth categorization and per-category keyword whitelists. To install, run the following command inside this directory: python setup.py install Or if you'd prefer you can simply place the included news directory somewhere on your...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (34): django-news Download

< 1 2 3 4 5 >