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

Django software
Filter: All | Freeware | Demo
 

Django

< 1 2 3 4 5 > 
Added: November 03, 2013 | Visits: 403

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

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

Added: August 19, 2013 | Visits: 315

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

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

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

Added: July 21, 2013 | Visits: 146

django-cms-fakebook django-cms-fakebook is a Facebook plugin for Django CMS. #md5=bf54d5e11c95d1af25a775f4b5499443


Platforms: *nix

License: Freeware Size: 10.24 KB Download (45): django-cms-fakebook Download

Added: November 06, 2013 | Visits: 390

django-permissions jango-permissions is a generic per-object permissions for the Django web framework. For more documentation please visit: http://packages.python.org/django-permissions/ Installation: To install django-permission, proceed as following: 1. Easy install it: $ easy_install django-permissions 2....


Platforms: *nix

License: Freeware Size: 10.24 KB Download (35): django-permissions Download

Added: September 23, 2013 | Visits: 554

django-site-skins django-site-skins is a plugin that provides Django apps with the ability to use skins with mulitple sites, automatically determining the correct skin based on the request. #md5=3d12012c9ea496dde798002d9444a9ea #md5=e69e465030c6d41dd51c2930c0ead758 #md5=93855a890283908c87bb1a74157e9318


Platforms: *nix

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

Added: August 31, 2013 | Visits: 217

django-selectable django-selectable is a collection of tools and widgets for using/creating auto-complete selection widgets using Django and jQuery UI.


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (39): django-selectable Download

Added: November 08, 2013 | Visits: 266

django-imagekit Automates image processing for Django models. Resize, process and cache multiple versions of your image files. Access newly created files with a standard API. Supports alternate storage schemes such as Amazon S3.


Platforms: *nix

License: Freeware Size: 163.84 KB Download (32): django-imagekit Download

Added: August 11, 2013 | Visits: 295

django-taggit-templatetags Just install django-taggit-templatetags via pip: $ pip install django-taggit-templatetags After installing and configuring django-taggit, just add taggit_templatetags to your INSTALLED_APPS in your settings.py: INSTALLED_APPS = ( ... 'taggit_templatetags', ... ) Usage Now there are some...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (39): django-taggit-templatetags Download

Added: September 07, 2013 | Visits: 429

django-email-extras django-email-extras is a Django reusable app providing the ability to send PGP encrypted and multipart emails using the Django templating system. These features can be used together or separately. When configured to send PGP encrypted email, the ability for Admin users to manage PGP keys is also...


Platforms: *nix

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

Added: October 17, 2013 | Visits: 258

django-threaded-multihost django-threaded-multihost is a Django plugin that provides support utilities to enable easy multi-site awareness in Django apps. Using the middleware provided, you can "easily" provide multi-site awareness to any project.


Platforms: *nix

License: Freeware Size: 10.24 KB Download (33): django-threaded-multihost Download

Added: October 25, 2013 | Visits: 331

django-pdf django-pdf is a Django app for managing and processing PDF documents. #md5=ffbc8f98573f5244bdffdf61f920b20e


Platforms: *nix

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

Added: August 30, 2013 | Visits: 413

django-reversetag django-reversetag is an enhanced replacement for Django's builtin URL template tag. Installation To use reversetag in your Django project it needs to be accessible by your Python installation. The easy way: #~ pip install django-reversetag (or use easy_install if you must) The manual way:...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (35): django-reversetag Download

Added: August 31, 2013 | Visits: 375

django-composite-field django-composite-field is a CompositeField implementation for the Django framework. #md5=f88a91adbbbde5d4de730e0086f40240


Platforms: *nix

License: Freeware Size: 10.24 KB Download (45): django-composite-field Download

Added: November 15, 2013 | Visits: 392

django-markitup A Django reusable application for integrating the MarkItUp universal markup editor (http://markitup.jaysalvat.com/). Provides a form widget and a view for AJAX preview. Supports Markdown and Textile out of the box, easy to switch to custom MarkItUp! sets/skins and custom AJAX preview....


Platforms: *nix

License: Freeware Size: 112.64 KB Download (33): django-markitup Download

Added: October 23, 2013 | Visits: 451

django-mptt Utilities for implementing Modified Preorder Tree Traversal with your Django Models and working with trees of Model instances. For installation instructions, see the file "INSTALL" in this directory; for instructions on how to use this application, and on what it provides, see the file...


Platforms: *nix

License: Freeware Size: 71.68 KB Download (43): django-mptt Download

Added: November 02, 2013 | Visits: 317

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

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

< 1 2 3 4 5 >