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

Django App Allowing freeware
Filter: All | Freeware | Demo
 

Django App Allowing

< 1 2 3 4 5 > 
Added: October 02, 2013 | Visits: 358

django-admin-filtrate This Django app makes it easier to create custom filters in the change list of Django Admin and supplies a TreeFilter and a DateRangeFilter too. Se below. Platforms: *nix

License: Freeware Size: 215.04 KB Download (39): django-admin-filtrate Download

Added: June 14, 2013 | Visits: 433

django-chartit Chartit is a Django app that can be used to easily create charts from the data in your database. The charts are rendered using Highcharts and jQuery javascript libraries. Data in your database can be plotted as simple line charts, column charts, area charts, scatter plots, and many more chart... Platforms: *nix

License: Freeware Size: 20.48 KB Download (34): django-chartit Download

Added: July 24, 2013 | Visits: 228

django-output-validator This simple app does validation on all the HTML generated by your Django app, and keeps track of any pages that fail. You will no longer have any excuse for pages that aren't valid HTML What it does It uses a middleware to intercept all outgoing HTML and validate it using an external command... Platforms: *nix

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

Added: November 29, 2013 | Visits: 314

Tamarin Tamarin is a Django app used for parsing storing S3 bucket log data in local models. Said data can be used for monitoring: Resource usage for each bucket Which hosts are consuming the most buckets Which files are being downloaded most frequently Platforms: *nix

License: Freeware Size: 10.24 KB Download (44): Tamarin Download

Added: July 27, 2013 | Visits: 297

UncleBob UncleBob is a simple django app that allow you writting per-app tests within these paths: Platforms: *nix

License: Freeware Size: 10.24 KB Download (39): UncleBob Download

Added: October 03, 2013 | Visits: 161

djangbone Djangbone is a small django app that makes it easy to work with Backbone.js frontends. More specifically, it allows you to quickly build a backend that works with the default Backbone.sync implementation. Djangbone provides one abstract class-based view (BackboneAPIView), which gives you hooks... Platforms: *nix

License: Freeware Size: 10.24 KB Download (43): djangbone Download

Added: October 25, 2013 | Visits: 443

django-planet This is a generic application for Django projects aiming to provide a planet feed aggregator app. Django-planet is heavily based on Feedjack's [1] models by Gustavo Picon and my django app that extends it: feedjack-extension [2]. Changes and addings to models were inspired by Mark Pilgrim's... Platforms: *nix

License: Freeware Size: 184.32 KB Download (40): django-planet Download

Added: June 13, 2013 | Visits: 408

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 11, 2013 | Visits: 301

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

django-notification Many sites need to notify users when certain events have occurred and to allow configurable options as to how those notifications are to be received. The django-notification project aims to provide a Django app for this sort of functionality. This includes: * submission of notification messages... Platforms: *nix

License: Freeware Size: 20.48 KB Download (41): django-notification Download

Added: October 29, 2013 | Visits: 493

django-mailer django-mailer is asynchronous so in addition to putting mail on the queue you need to periodically tell it to clear the queue and actually send the mail. The latter is done via a command extension. Sample Use Cases * a site admin wants to send a one-off announcement to all users on a site * a... Platforms: *nix

License: Freeware Size: 10.24 KB Download (36): django-mailer Download

Added: September 26, 2013 | Visits: 757

django-generic-images django-generic-images is a Django plugin that provides image model (with useful managers etc) that can be attached to any other Django model using generic relations. md5=a99a15c994543cfad18e19a1a572d4c2 Platforms: *nix

License: Freeware Size: 368.64 KB Download (39): django-generic-images 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 07, 2013 | Visits: 711

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: November 25, 2013 | Visits: 420

django-quotes django-quotes is a Django app to store and display quotes on Django-powered websites. Platforms: *nix

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

Added: August 19, 2013 | Visits: 318

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

django-cherry for Linux django-cherry is a Django app which makes it easy to run your Django project under the [CherryPy WSGI server][cp-wsgi]. The main command is defined using [django-boss][djboss], a simple but powerful framework for creating and running Django management commands. Installation: The usual:... Platforms: *nix

License: Freeware Size: 10.24 KB Download (39): django-cherry for Linux Download

Added: October 26, 2013 | Visits: 405

django-lean django-lean is a Django app that aims to be a collection of tools for Lean Startups using the Django platform. Currently it provides a framework for implementing split-test experiments in javascript, Python, or Django template code along with administrative views for analyzing the results of... Platforms: *nix

License: Freeware Size: 40.96 KB Download (39): django-lean Download

Added: September 15, 2013 | Visits: 224

django-utils django-utils is a Django app with various utilities. #md5=f491ad7647bbd9bcffb5d8a16726ff91 Platforms: *nix

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

< 1 2 3 4 5 >