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

Django Popularity freeware
Filter: All | Freeware | Demo
 

Django Popularity

< 1 2 3 4 5 > 
Added: November 02, 2013 | Visits: 326

django-tablib django-tablib is a helper library for Django that allows Django models to be used to generate tablib datasets with introspection of the fields on the models if no headers are provided. If headers are provided they can reference any attribute, fields, properties, or methods on the model. *** Main... Platforms: *nix

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

Added: September 30, 2013 | Visits: 465

django-wakawaka A super simple wiki app written in Python using the Django Framwork django-wakawka is a super simple wiki system written in Python and designed for the Django framework. A sample installation is available under: http://wakawaka.mahner.org/ Log in with the username admin and the password admin.... Platforms: *nix

License: Freeware Size: 40.96 KB Download (33): django-wakawaka Download

Added: November 12, 2013 | Visits: 338

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

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 (39): django-auto-urls Download

Added: June 19, 2013 | Visits: 716

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

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

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

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

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

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

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

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

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

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

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

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

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

< 1 2 3 4 5 >