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

Django Gitcms software
Filter: All | Freeware | Demo
 

Django Gitcms

< 1 2 3 4 5 > 
Added: August 23, 2013 | Visits: 350

django-crazyegg The django-crazyegg application integrates Crazy Egg heatmaps into a Django project. Crazy Egg is an easy to use hosted web application that generates heatmaps from webpage visitor clicks. It allows you to discover the areas of web pages that are most important to your visitors. This Django... Platforms: *nix

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

Added: October 15, 2013 | Visits: 533

redsolutioncms.django-utilities A set of Django useful utilities. * ImageField with preview in admin interface * Override allows to create users with dot in username * Localized date filter * ConsoleException middleware Installation: 1. Put utilities in to your INSTALLED_APPS in your settings.py within your django... Platforms: *nix

License: Freeware Size: 20.48 KB Download (42): redsolutioncms.django-utilities Download

Added: October 23, 2013 | Visits: 349

django-memcache-status current load and some statistics for your memcached instances. It's tested with the current Django 1.0.2 and Django 1.1 (django-trunk). Installation Put memcache_status in your INSTALLED_APPS. That's all. Only admin-users with superuser permission can see these stats.... Platforms: *nix

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

Added: June 13, 2013 | Visits: 407

django-dbpreferences With django-dbpreferences you can store some app preferences into the database. A django app defines a form with initial values. The form cleaned data dict would be stored serialized into the database. The app can easy get the current preference dict and the user can easy edit the values in the... Platforms: *nix

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

Added: November 05, 2013 | Visits: 365

django-comments-spamfighter django-comments-spamfighter is a Django application that contributes a moderation class to Django???*a*?s comment app that provides: * Check incoming comments against the Akismet spam database and either block them directly or add them to the moderation queue. * Check incoming comments against... Platforms: *nix

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

Added: August 07, 2013 | Visits: 264

django-disqus django-disqus is a Django plugin to easily integrate DISQUS comments into your Django website. #md5=6a13218703a5c2cd163e38275ec1fba8 Platforms: *nix

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

Added: October 06, 2013 | Visits: 428

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

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

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

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

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

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

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.007

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

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

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

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

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

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

< 1 2 3 4 5 >