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

Django Python software
Filter: All | Freeware | Demo
 

Django Python

< 1 2 3 4 5 > 
Added: July 12, 2013 | Visits: 363

django-scrup django-scrup is a Django-based web receiver for Scrup which stores screencaptures on S3. Installation: Getting django-scrup can be as easy as: pip install django-scrup in your favorite shell. If you prefer to pull down and install the package yourself, you can always download or checkout the...



Platforms: *nix

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

Added: June 10, 2013 | Visits: 208

django-build django-build includes an URL to get the current version and some middleware which puts the version in the HTTP headers. Installation: 1. Add the build directory to your Python path. 2. Add your AWS access details to your project's settings.py file: AWS_ACCESS_KEY_ID = '...'...





Platforms: *nix

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

Added: December 02, 2013 | Visits: 360

django-immutablefield django-immutablefield is inspired by a Google search that didn't turn up a reusable solution for making fields immutable inside of a Django model. Installing One of the following: Via the ole' standby: easy_install django-immutablefield Pip: pip install django-immutablefield To install...


Platforms: *nix

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

Added: October 28, 2013 | Visits: 422

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


Platforms: *nix

License: Freeware Size: 10.24 KB Download (48): django-payfast Download

Added: July 29, 2013 | Visits: 418

django-mailman django-mailman helps you to manage your Mailman (GNU Mailing List Manager) installation. It uses the Mailman admin web-interface to subscribe an email address to a mailing list, to unsubscribe an email address from a mailing list and to return a python list with all members of a mailing list


Platforms: *nix

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

Added: July 30, 2013 | Visits: 263

django-formfield django-formfield is a form field that accepts a django form as its first argument, and validates as well as render's each form field as expected. Yes a form within a form, within a dream? There are two types of fields available, FormField and ModelFormField. For ModelFormField the data is stored...


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 665.6 KB Download (39): django-formfield Download

Added: October 09, 2013 | Visits: 250

django-limbo This is a library of django tools that are used to extend default django functionality. To install: 1. Run python setup.py 2. Add limbo and any of the limbo apps to settings.py INSTALLED_APPS 3. Add to urls.py Add to your url root url conf at a url like this: (r'^util/',...


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 430.08 KB Download (32): django-limbo Download

Added: June 26, 2013 | Visits: 139

django-ipyfield ipyfield provides a model field for django that allows the storage of an ip address as a "pretend" PositiveBigInt (currently varchar(39) until I can figure out how to get an unsigned 64bit integer column across all supported DBs) on the db side by using IPy to handle conversion to an IPy.IP...


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 10.24 KB Download (38): django-ipyfield Download

Added: June 10, 2013 | Visits: 219

django-json-field django-json-field contains a flexible JSONField and associated form field. The model field is not only capable of serializing common JSON data types (int, float, decimal, string, time, date, datetime, etc.) but also lazily deserializing them so they can be accessed and modified as normal Python...


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 10.24 KB Download (44): django-json-field Download

Added: July 03, 2013 | Visits: 301

DjangoPyPI DjangoPyPI is a Django application that provides a re-implementation of the Python Package Index (PyPI). Installation: Path The first step is to get djangopypi into your Python path. Buildout Simply add djangopypi to your list of eggs and run buildout again it should downloaded and installed...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (39): DjangoPyPI Download

Added: December 03, 2013 | Visits: 669

django-auth-ldap This authentication backend enables a Django project to authenticate against any LDAP server. To use it, add django_auth_ldap.backend.LDAPBackend to AUTHENTICATION_BACKENDS. It is not necessary to add django_auth_ldap to INSTALLED_APPLICATIONS unless you would like to run the unit tests. LDAP...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (41): django-auth-ldap Download

Added: August 04, 2013 | Visits: 273

Trappist Trappist is a Python library which allows you to mount your Flask or other WSGI application inside of your Django application. It translates a call to a "Django view" to a call to a WSGI, and handles the translation of the Flask app response back to Django.


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 10.24 KB Download (35): Trappist Download

Added: September 08, 2013 | Visits: 480

django-honeypot Django honeypot field utilities django-honeypot is a Django plugin that provides utilities for preventing automated form spam. Provides template tags, view decorators, and middleware to add and verify honeypot fields to forms. Installation To install run python setup.py install which will...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (48): django-honeypot Download

Added: November 03, 2013 | Visits: 455

django-brainstorm Django brainstorming site django-brainstorm is a Django plugin for creating a site with multiple areas to brainstorm ideas. This app powers http://feedback.sunlightfoundation.com/hackathon/ and http://feedback.sunlightfoundation.com/oogl/ and makes it easy to create any number of these...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (31): django-brainstorm Download

Added: August 19, 2013 | Visits: 371

django-gitcms This is a django website with a twist: all content is stored in text files. I manage those files with git. A little script loads those files into the database and then django serves them. In fact, all of the content and its history is actually publicly available (but you don't have to make your...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (35): django-gitcms Download

Added: September 24, 2013 | Visits: 487

django-secretballot django-secretballot Django voting application that allows voting without a logged in user. Provides abstract base model for types that the user wishes to allow voting on as well as related utilities including generic views to ease the addition of 'anonymous' voting to a Django project....


Platforms: *nix

License: Freeware Size: 10.24 KB Download (42): django-secretballot Download

Added: June 14, 2013 | Visits: 502

django-project-templates django-project-templates is a project that currently contains one template for creating a new Django project. It???*a*?s like running django-admin.py startproject but it creates a more complete application skeleton. All you need to do is install the package from PyPi like so: python...


Platforms: *nix

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

Released: August 30, 2008  |  Added: November 01, 2008 | Visits: 4.143

Python Code Library Python Code Library is a powerful multi-language source code Library with the following benefits: 1.Built-in library with 50,000++ lines of code 2.Quick and powerful search engine 3.Powerful printing capability 4.Password protection & strong 448 bits encryption (optional) 5.User...


Platforms: Windows

License: Shareware Cost: $79.99 USD Size: 7.39 MB Download (228): Python Code Library Download

Added: April 02, 2010 | Visits: 1.142

Python rope rope is a Python IDE. Python ropes main goal is to provide features like auto-completion, refactorings, content assistance, and outlines. Refactoring: In recent years refactoring has become a basic task of everyday programing, specially in java community. In the agile programing methodologies,...


Platforms: *nix

License: Freeware Download (93): Python rope Download

Added: August 26, 2010 | Visits: 1.528

XPN - X Python Newsreader XPN - X Python Newsreader project is a graphical newsreader written in Python with the GTK+ toolkit. I started writing it because I was learning Python language and working on a real project keeps your attention high. XPN is distributed with the GPL licence, youll found a copy of the licence...


Platforms: *nix

License: Freeware Size: 266.24 KB Download (99): XPN - X Python Newsreader Download

< 1 2 3 4 5 >