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

Django Python software
Filter: All | Freeware | Demo
 

Django Python

< 1 2 3 4 5 > 
Added: June 21, 2013 | Visits: 402

Bitnami Django Stack BitNami DjangoStack greatly simplifies the development and deployment of Django applications. It includes ready-to-run versions of Apache, MySQL, PostgreSQL, SQLite and Django and required dependencies. It can be deployed using a native installer, as a virtual machine or in the cloud. BitNami...



Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 64.08 MB Download (40): Bitnami Django Stack Download

Added: August 04, 2013 | Visits: 549

django-form-utils django-form-utils is a Django application that provides BetterForm and BetterModelForm classes which are subclasses of django.forms.Form and django.forms.ModelForm, respectively. BetterForm and BetterModelForm allow subdivision of forms into fieldsets which are iterable from a template, and also...





Platforms: *nix

License: Freeware Size: 1.23 MB Download (47): django-form-utils Download

Added: August 15, 2013 | Visits: 472

django-form-scaffold django-form-scaffold is a package of helper functions for generating Django template code with markup from Django form instances. It solves the problem of generating, over and over again, markup for a full form which is effectively a templated version of the BaseForm as_p, as_ul and as_table...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (45): django-form-scaffold Download

Added: September 07, 2013 | Visits: 739

django-netcash A pluggable Django application for integrating netcash.co.za payment system. Install $ pip install django-netcash or $ easy_install django-netcash or $ hg clone http://bitbucket.org/kmike/django-netcash/ $ cd django-netcash $ python setup.py install Then add 'netcash' to INSTALLED_APPS and...


Platforms: *nix

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

Added: September 13, 2013 | Visits: 326

PySignals PySignals is a signal dispatcher for Python, extracted from "django.dispatch" in the Django framework so it can be used in applications without requiring the entire Django framework to be installed. Installation If you have setuptools you can use easy_install -U pysignals. Otherwise, you can...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (38): PySignals Download

Added: November 11, 2013 | Visits: 442

django-logdb for linux django-logdb has a custom logging handler that writes log entries in a database. It therefore integrates nicely with your existing logging configuration and you can decide what log entries are written to the database. The Django admin site is extended with a graphical view of recent log entries...


Platforms: *nix

License: Freeware Size: 71.68 KB Download (36): django-logdb for linux Download

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 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: November 16, 2013 | Visits: 299

django-sentry Logs Django exceptions to your database handler. Upgrading If you use South migrations, simply run: python manage.py migrate djangodblog If you don't use South, then start. Install The easiest way to install the package is via pip: pip install django-db-log --upgrade OR, if you're not...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (38): django-sentry 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: July 06, 2013 | Visits: 348

BitNami Django Stack for Linux BitNami DjangoStack greatly simplifies the development and deployment of Django applications. It includes ready-to-run versions of Apache, MySQL, PostgreSQL, SQLite, Python and Django and required dependencies. It can be deployed using a native installer, as a virtual machine or in the cloud....


Platforms: *nix

License: Freeware Size: 64.13 MB Download (36): BitNami Django Stack for Linux Download

Added: August 30, 2013 | Visits: 415

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: June 19, 2013 | Visits: 406

django-vkontakte-iframe Django app for developing vk.com (aka vkontakte.ru largest, Russian social network) iframe applications. Handles user authentication and registration. Installation $ pip install django-vkontakte-iframe Usage 1. Register and configure vkontakte iframe application here:...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (46): django-vkontakte-iframe 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: June 27, 2013 | Visits: 441

django-admin-tools django-admin-tools is a collection of plugins/extensions for the default Django administration interface, it includes: * a full featured and customizable dashboard, * a customizable menu bar, * tools to make admin theming easier. The project code, wiki and bugtracker are hosted on Bitbucket....


Platforms: *nix

License: Freeware Size: 706.56 KB Download (34): django-admin-tools 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

Added: October 23, 2013 | Visits: 325

django-coverage Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Developed four years ago by a fast-moving online-news operation, Django was designed to handle two challenges: the intensive deadlines of a newsroom and the stringent requirements of the...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (43): django-coverage Download

Added: September 06, 2013 | Visits: 268

django-antichaos django-antichaos is a Django plugin for easy tag manipulation. It is an addon to django-tagging or django-taggin-ng applications. Requirements: ?*A* Python ?*A* Django


Platforms: *nix

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

Added: September 28, 2013 | Visits: 874

django-lfc for Linux django-lfc is a Content Manangement System based on the Django framework. Installation: 0. Install mercurial easy_install mercurial 1. Get the buildout hg clone http://bitbucket.org/diefenbach/lfc-buildout-development/ 2. Execute the buildout cd lfc-buildout-development python boostrap...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (33): django-lfc for Linux Download

Added: August 27, 2013 | Visits: 414

django-autofixture django-autofixture is a Django app that aims to provide a simple way of loading masses of randomly generated test data into your development database. You can use a management command to load test data through command line. Its named autofixture because of the similarity of how I mainly used...


Platforms: *nix

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

< 1 2 3 4 5 >