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

Django freeware
Filter: All | Freeware | Demo
 

Django

< 1 2 3 4 5 > 
Added: October 06, 2013 | Visits: 427

django-attachments django-attachments is a generic set of template tags for the Django framework to attach any kind of files to models. Installattion: Put attachments to your INSTALLED_APPS in your settings.py within your django project. This app provides a additional permission delete_foreign_attachments which...



Platforms: *nix

License: Freeware Size: 61.44 KB Download (41): django-attachments Download

Added: June 27, 2013 | Visits: 277

django-dpaste django-dpaste was originally inspired by dpaste.com this application adds the ability to: - See the differences between snippets - A history of snippets as a tree - See your latest 25 snippets (admin setting) - A huge bunch of syntax highlighters (lexers) - User defined settings to change the...





Platforms: *nix

License: Freeware Size: 20.48 KB Download (41): django-dpaste Download

Added: August 08, 2013 | Visits: 380

django-standalone django-standalone is a Django app for easing the pain of using the Django ORM for simple tools that just happen to be in need of some easy to use ORM for object persistence. The best way of course is to set up a full Django project and just use a settings.py file and using the...


Platforms: *nix

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

Added: October 17, 2013 | Visits: 367

django-fab-deploy django-fab-deploy is a collection of Fabric scripts for deploying and managing django projects on Debian/Ubuntu servers. License is MIT.


Platforms: *nix

License: Freeware Size: 61.44 KB Download (40): django-fab-deploy Download

Added: September 21, 2013 | Visits: 323

django-choices Django choices provides a declarative way of using the choices option on django fields. More information on its development can be found at its Home Page


Platforms: *nix

License: Freeware Size: 30.72 KB Download (40): django-choices Download

Added: July 30, 2013 | Visits: 280

django-jython Database backends and extensions for Django development on top of Jython.


Platforms: *nix

License: Freeware Size: 40.96 KB Download (42): django-jython Download

Added: July 28, 2013 | Visits: 445

django-primary-filters django-primary-filters provides some extra filters and template tags that are often needed by Django projects.


Platforms: *nix

License: Freeware Size: 20.48 KB Download (45): django-primary-filters Download

Added: October 21, 2013 | Visits: 300

django-merlin The Django FormWizard was not exactly what we were looking for so we decided to scratch our own itch and create a project that would host different types of form wizards for use with Django. Currently we have a SessionWizard, which is a form wizard that is backed by the Django session object....


Platforms: *nix

License: Freeware Size: 10.24 KB Download (43): django-merlin Download

Added: October 10, 2013 | Visits: 1.006

django-webtest django-webtest is an almost trivial application for instant integration of Ian Bicking's WebTest (http://pythonpaste.org/webtest/) with django's testing framework. Installation pip install webtest pip install django-webtest or easy_install webtest easy_install django-webtest or grab latest...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (43): django-webtest Download

Added: October 07, 2013 | Visits: 708

django-popularity for Linux django-popularity is a Django app that makes it very easy to track the amount of views for objects, and generate (generic) popularity listings based upon that. Right now it has a measure for view counts, relative view counts, novelty and popularity for ''all'' possible objects. The latter is...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (43): django-popularity for Linux Download

Added: September 24, 2013 | Visits: 309

django-orm Advanced improvement to django orm with third-party modules in one with some usefull features.


Platforms: *nix

License: Freeware Size: 20.48 KB Download (34): django-orm Download

Added: September 10, 2013 | Visits: 588

django-cumulus The aim of django-cumulus is to provide a set of tools to utilize Rackspace Cloud Files through Django. It currently includes a custom file storage class, CloudFilesStorage.


Platforms: *nix

License: Freeware Size: 122.88 KB Download (39): django-cumulus Download

Added: June 14, 2013 | Visits: 377

django-templatetag-sugar django-templatetag-sugar is a library to make writing template tags in Django sweet. Here's an example of using: @tag(register, [Constant("for"), Variable(), Optional([Constant("as"), Name()])]): def example_tag(context, val, asvar=None): if asvar: context[asvar] = val return "" else:...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (33): django-templatetag-sugar Download

Added: October 01, 2013 | Visits: 356

django-jsonfilter Django's dumpdata management command allows you to dump objects from a given application, but sometimes you'll want to extract all objects of a given model from a much larger file containing objects from many models. django-jsonfilter is a Django plugin that provides the jsonfilter.py...


Platforms: *nix

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

Added: November 25, 2013 | Visits: 419

django-quotes django-quotes is a Django app to store and display quotes on Django-powered websites.


Platforms: *nix

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

Added: November 03, 2013 | Visits: 407

django-versions django-versions allows you to version the data stored in django models seamlessly. To get started all you need to do is to set VERSIONS_REPOSITORIES variable in your settings and configure the repositories you would like to use, then just subclass your Model from VersionsModel and start saving...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (39): django-versions Download

Added: November 15, 2013 | Visits: 472

django-fiber Django Fiber - a simple, user-friendly CMS for all your Django projects * Read more


Platforms: *nix

License: Freeware Size: 2.07 MB Download (39): django-fiber Download

Added: August 19, 2013 | Visits: 316

django-socialregistration django-socialregistration is a Django app that enables developers to add alternative registration methods based on third party sites. Installation: #. Add the *socialregistration* directory to your *PYTHON_PATH*. #. Add *socialregistration* to your *INSTALLED_APPS* settings of Django. #. Add...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (34): django-socialregistration Download

Added: August 19, 2013 | Visits: 316

django-pylibmc django-pylibmc is a Django module that provides a memcached cache backend for Django using pylibmc. You want to use pylibmc because it's fast. Installation: Get it from pypi: pip install django-pylibmc or github: pip install -e git://github.com/jbalogh/django-pylibmc.git#egg=django-pylibmc...


Platforms: *nix

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

Added: November 29, 2013 | Visits: 317

django-piston django-piston is a Django mini-framework for creating APIs. Requirements: ?*A* Python ?*A* Django


Platforms: *nix

License: Freeware Size: 30.72 KB Download (38): django-piston Download

< 1 2 3 4 5 >