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

Django freeware
Filter: All | Freeware | Demo
 

Django

< 1 2 3 4 5 
Added: June 15, 2013 | Visits: 375

django-tokenapi This is a Django application which allows you to create simple APIs that use token-based authentication. You can easily open up existing views to the API by adding a single decorator. This is useful if you want to create applications on mobile devices which connect to your Django website, but...



Platforms: *nix

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

Added: August 10, 2013 | Visits: 345

django-restricted-resource Base model for Django that adds simple and efficient ownership and access control.





Platforms: *nix

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

Added: August 17, 2013 | Visits: 434

django-meio-easytags An easy way to create custom template tags for Django's templating system.


Platforms: *nix

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

Added: October 06, 2013 | Visits: 462

django-ttag TTag is a template tag constructor library for Django created for the purpose of making writing template tags easier. The tag syntax is modelled on Django's friendly syntaxes for models and forms. Here is a full example tag:


Platforms: *nix

License: Freeware Size: 204.8 KB Download (43): django-ttag Download

Added: July 27, 2013 | Visits: 253

django-oembed-works django-oembed-works is a Django app that provides support for the oEmbed format.


Platforms: *nix

License: Freeware Size: 20.48 KB Download (32): django-oembed-works Download

Added: August 11, 2013 | Visits: 305

django-beanstalkd django-beanstalkd is a convenience wrapper for the beanstalkd Python Bindings. With django-beanstalkd, you can code jobs as well as clients in a Django project with minimal overhead in your application. Server connections etc. all take place in django-beanstalkd and don't unnecessarily clog your...


Platforms: *nix

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

Added: July 29, 2013 | Visits: 324

django-templated-email django-templated-email is oriented towards sending templated emails intended for use with transactional mailers (ala mailchimp, silverpop, etc.), but currently comes out of the box with a backend class which uses django's templating system, and django's core.mail functions.


Platforms: *nix

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

Added: July 17, 2013 | Visits: 318

django-multimedia A django app used to encode video from the django admin. Uses ffmpeg to encode the video and django-celery to process it in a queue. Supports any video profile you can write an ffmpeg command to accomplish.


Platforms: *nix

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

Added: August 28, 2013 | Visits: 257

django-simple-captcha Django Simple Captcha is an extremely simple, yet highly customizable Django application to add captcha images to any Django form.


Platforms: *nix

License: Freeware Size: 51.2 KB Download (35): django-simple-captcha Download

Added: September 14, 2013 | Visits: 318

django-batch-select The idea of Django Batch Select is to provide an equivalent to Django's select_related functionality. As of such it's another handy tool for avoiding the "n+1 query problem". select_related is handy for minimizing the number of queries that need to be made in certain situations. However it is...


Platforms: *nix

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

Added: August 24, 2013 | Visits: 304

django-follow django-follow enables your users to follow any model in your Django application.


Platforms: *nix

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

Added: October 18, 2013 | Visits: 375

django-cms-themes A django app that lets you load theme packs that are bundled templates, and select which theme a site should use.


Platforms: *nix

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

Added: November 29, 2013 | Visits: 282

django-cms-redirects A django app that lets you store simple redirects in a database and handles the redirecting for you. Integrated with Django CMS to allow you to link directly to a page object. Based off django.contrib.redirects.


Platforms: *nix

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

Added: August 08, 2013 | Visits: 573

django-admin-honeypot django-admin-honeypot is fake Django admin login page that logs all attempts to login in the database. The purpose is to give administrators some insight into who is attempting to gain unauthorized access to their Django-powered website.


Platforms: *nix

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

Added: June 20, 2013 | Visits: 296

django-dbtemplates dbtemplates is a Django app that consists of two parts: 1. It allows you to store templates in your database 2. It provides template loader that enables Django to load the templates from the database


Platforms: *nix

License: Freeware Size: 61.44 KB Download (32): django-dbtemplates Download

Added: September 25, 2013 | Visits: 303

django-player django-player (Django Presentation Layer) is a presentation framework to develop websites, setting focus on UI layer. It's not a CMS, you only present data extracted from other CMS's, but controlling the layout and how present the information to the user.


Platforms: *nix

License: Freeware Size: 389.12 KB Download (34): django-player 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: September 17, 2013 | Visits: 191

django-beehat for Linux The django-beehat package contains common Django snippets and other useful code for the Django framework. #md5=9801022ef4c0962ff5a3f1e3f03cc23a


Platforms: *nix

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

Added: September 26, 2013 | Visits: 425

django-expire django-expire is a Django application which provides authentication-based session expiration. To install this application into your project, first add it to your "INSTALLED_APPS" setting (and run "manage.py syncdb"):: INSTALLED_APPS = ( ... 'django_expire', ) Next, add the expiration...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (40): django-expire Download

Added: July 12, 2013 | Visits: 361

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

< 1 2 3 4 5