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.179.021 Times

Django software
Filter: All | Freeware | Demo
 

Django

< 1 2 3 4 5 > 
Added: November 12, 2013 | Visits: 336

django-annoying django-annoying is Django application that tries to eliminate annoying things in the Django framework. Requirements: ?*A* Django ?*A* Python



Platforms: *nix

License: Freeware Size: 10.24 KB Download (40): django-annoying Download

Added: November 10, 2013 | Visits: 404

django-auto-urls django-auto-urls is a plugin for the Django framework that tries to load template by it's file name passed in URL. It is useful in development for quick template rendering without overhead of defining urls for each template. django-auto-urls may be helpful for work with designers as designers...





Platforms: *nix

License: Freeware Size: 10.24 KB Download (33): django-auto-urls Download

Added: June 19, 2013 | Visits: 710

django-css for Linux django-css is a fork of the django_compressor app that makes it easy to use CSS compilers with your Django projects. CSS compilers extend CSS syntax to include more powerful features such as variables and nested blocks, and pretty much rock all around. Django-css can currently be used with any...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (44): django-css for Linux Download

Added: July 29, 2013 | Visits: 355

django-kvstore for Linux django-kvstore is a Django module that provides an abstraction layer for accessing a key-value storage. Configuring your key-value store is a matter of adding a statement in this form to your Django settings module: KEY_VALUE_STORE_BACKEND = 'scheme://store?parameters' Where scheme is one of...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (33): django-kvstore for Linux Download

Added: August 16, 2013 | Visits: 441

django-cherry for Linux django-cherry is a Django app which makes it easy to run your Django project under the [CherryPy WSGI server][cp-wsgi]. The main command is defined using [django-boss][djboss], a simple but powerful framework for creating and running Django management commands. Installation: The usual:...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (39): django-cherry for Linux Download

Added: September 14, 2013 | Visits: 249

django-github django-github is a simple Django integration with GitHub's v2 API. Installation: python setup.py install OR put the github folder on your python-path #md5=52175a0053a378e672b8ffc86e88e599


Platforms: *nix

License: Freeware Size: 51.2 KB Download (32): django-github Download

Added: October 22, 2013 | Visits: 304

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: 217

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: 477

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: 363

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: 243

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: 297

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: 334

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 (33): django-mongodb-cache Download

Added: September 14, 2013 | Visits: 260

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: 476

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 (32): django-admin-filters Download

Added: November 20, 2013 | Visits: 252

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: 398

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: 325

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 (36): django-plist Download

Added: November 02, 2013 | Visits: 341

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 (40): django-moderation Download

Added: August 14, 2013 | Visits: 301

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 (38): django-templateaddons Download

< 1 2 3 4 5 >