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

Settingspy software
 

Settingspy

Added: June 16, 2013 | Visits: 388

django-ckeditor Django admin CKEditor integration. Provides a RichTextField and CKEditorWidget utilizing CKEditor with image upload and browsing support included. Installation 1. Install or add django-ckeditor to your python path. 2. Add ckeditor to your INSTALLED_APPS setting. 3. Copy the...



Platforms: *nix

License: Freeware Size: 1.33 MB Download (44): django-ckeditor Download

Added: October 09, 2013 | Visits: 280

xapian-haystack xapian-haystack is a backend for use with the Django Haystack search API and the Xapian search engine. Installation 1. Copy or symlink xapian_backend.py into haystack/backends/ or install it by running one of the following commands: python setup.py install or pip install xapian-haystack...





Platforms: *nix

License: Freeware Size: 20.48 KB Download (35): xapian-haystack Download

Added: September 21, 2013 | Visits: 469

latimes-pluggablemaps-uscounties A pluggable GeoDjango app with the boundaries of United States counties. Geography, loosely coupled. Features * A ready-to-serve model with all the counties in the United States * Geometry fields for three of the most common SRIDs. * Simplified geometry fields that thin down the data and...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (33): latimes-pluggablemaps-uscounties Download

Added: November 11, 2013 | Visits: 446

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: June 18, 2013 | Visits: 551

django-postal The motivation behind this project is that most countries have different forms of postal addresses e.g. http://www.bitboost.com/ref/international-address-formats.html , http://en.wikipedia.org/wiki/Address_%28geography%29 This app assumes that all postal addresses worldwide can be made up of 5...


Platforms: *nix

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

Added: November 06, 2013 | Visits: 392

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 (41): 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 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

Added: October 30, 2013 | Visits: 573

django-news RSS feed aggregation with Django, including support for infinite-depth categorization and per-category keyword whitelists. To install, run the following command inside this directory: python setup.py install Or if you'd prefer you can simply place the included news directory somewhere on your...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (34): django-news Download

Added: November 02, 2013 | Visits: 348

django-config-gen Generates configuration files for Apache, Nginx, etc. using values in settings.py and the Django template system. You can write your own templates for whatever text based config file you need.


Platforms: *nix

License: Freeware Size: 10.24 KB Download (35): django-config-gen 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: June 08, 2013 | Visits: 260

django-curator Add django-curator to the installed apps in your settings.py:


Platforms: *nix

License: Freeware Size: 40.96 KB Download (32): django-curator Download

Added: July 14, 2013 | Visits: 147

django-jinja2 This is an easy drop in solution for conditionally and seamlessly rendering jinja2 templates (with their context) while defaulting to the django template engine. By default, if a filename contains a .jinja (or foo.jinja.html) extension, the template will be rendered via jinja2. The condition...


Platforms: *nix

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

Added: October 09, 2013 | Visits: 249

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: August 02, 2013 | Visits: 357

django-yama `django-yama' (Yet Another Menuing App) is a fairly generic menuing application for Django 1.0 (and up). It supports hierarchical (tree-structure) menus of arbitrary depth, and enables you to create menus linking to models and views from other Django apps, as well as external URLs. The admin...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (33): django-yama Download

Added: August 19, 2013 | Visits: 450

langacore.kit.django This library consists of various Django-related routines that extend or modify the behaviour of the framework: * extensions for settings.py (current directory resolution, namespace package support, settings profile support) * Choices: an enum implementation for Django forms and models (with...


Platforms: *nix

License: Freeware Size: 1.44 MB Download (33): langacore.kit.django Download

Added: July 14, 2013 | Visits: 450

django-frontendadmin django-frontendadmin is a set of template tags to allow an easy and unobtrusive way to edit model-data in the frontend of your page. Example project This package provides an easy example project, a weblog with comments. Here is a quick step-by-step guide how to get this running quickly: 1....


Platforms: *nix

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

Added: November 25, 2013 | Visits: 645

django-debug-toolbar jango-debug-toolbar is a configurable set of panels that display various debug information about the current request/response and when clicked, display more details about the panel's content. Currently, the following panels have been written and are working: * Django version * Request timer...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (42): django-debug-toolbar Download