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

Django Token Auth freeware
Filter: All | Freeware | Demo
 

Django Token Auth

1 2 3 4 5 > 
Added: November 07, 2013 | Visits: 341

django-token-auth for Linux django-token-auth is a small and reusable Django application to restrict access to selected URLs or authenticate a user using unique token/hash URLs. It requires a functional installation of Django 1.0 or newer and provides a useful way of limiting access without creating users. For installation... Platforms: *nix

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

Added: September 13, 2013 | Visits: 320

django-social-auth Django Social Auth is an easy to setup social authentication/authorization mechanism for Django projects. Crafted using base code from django-twitter-oauth and django-openid-auth, implements a common interface to define new authentication providers from third parties. Features This... Platforms: *nix

License: Freeware Size: 51.2 KB Download (43): django-social-auth Download

Added: September 01, 2013 | Visits: 419

django-openid-auth A library that can be used to add OpenID support to Django applications. The library integrates with Django's builtin authentication system, so most applications require minimal changes to support OpenID login. The library also includes the following features: * Basic user details are... Platforms: *nix

License: Freeware Size: 71.68 KB Download (36): django-openid-auth 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: August 30, 2013 | Visits: 420

django-reversetag django-reversetag is an enhanced replacement for Django's builtin URL template tag. Installation To use reversetag in your Django project it needs to be accessible by your Python installation. The easy way: #~ pip install django-reversetag (or use easy_install if you must) The manual way:... Platforms: *nix

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

Added: July 12, 2013 | Visits: 306

django-factory_boy When testing Django app, a common case is to create some data, then test app behavior around that test data. This is usually [done with fixtures][fixtures], but [this includes some pain][fixturepain]. [rbarrois/factory_boy][factory_boy] is useful for briefly creating objects, particularly for... Platforms: *nix

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

Added: September 07, 2013 | Visits: 745

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

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

Added: August 15, 2013 | Visits: 345

django-templatesadmin django-templatesadmin is a Django application to make minor changes to your templates on the fly. Templates Admin is a tiny, nifty application for your Django project to edit your templates, that are stored on your disk, via an admin interface. Originally this app was inspired by dbtemplates.... Platforms: *nix

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

Added: November 11, 2013 | Visits: 450

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: July 07, 2013 | Visits: 353

django-authority django-authority is a Django app for per-object-permissions that includes a bunch of helpers to create custom permission checks. The main website for django-authority is packages.python.org/django-authority. You can also install the in-development version of django-authority with pip install... Platforms: *nix

License: Freeware Size: 450.56 KB Download (34): django-authority Download

Added: September 13, 2013 | Visits: 383

django-articles django-articles is the blog engine used on the codekoala.com website. Installation: Download "django-articles" using *one* of the following methods: Checkout from Mercurial {{{ hg clone http://django-articles.googlecode.com/hg/ django-articles hg clone... Platforms: *nix

License: Freeware Size: 61.44 KB Download (39): django-articles Download

Added: November 16, 2013 | Visits: 303

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

django-oauth-twitter A Django application that lets you associate Twitter accounts with your User accounts. Clone this repository (size: 53.7 KB): HTTPS / SSH $ hg clone http://bitbucket.org/akoha/django-oauth-twitter/ Here are some key features of "django-oauth-twitter": ?*A* Uses django.contrib.auth.User ?*A*... Platforms: *nix

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

Added: June 19, 2013 | Visits: 414

django-vkontakte-iframe Django app for developing vk.com (aka vkontakte.ru largest, Russian social network) iframe applications. Handles user authentication and registration. Installation $ pip install django-vkontakte-iframe Usage 1. Register and configure vkontakte iframe application here:... Platforms: *nix

License: Freeware Size: 30.72 KB Download (46): django-vkontakte-iframe Download

Added: October 28, 2013 | Visits: 424

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: September 01, 2013 | Visits: 578

django-digest HTTP Digest requires the server to be able to calculate a hash over the user's username, password, and your realm. Since django.contrib.auth only stores a hash of the user's password, this cannot be used to authenticate HTTP Digest sessions. django-digest intercepts password assignments and user... Platforms: *nix

License: Freeware Size: 10.24 KB Download (43): django-digest Download

Added: June 11, 2013 | Visits: 399

Dagny Dagny is a Django adaptation of Ruby on Rails???*a*?s Resource-Oriented Architecture (a.k.a. ??N*?*?RESTful Rails???*a*?). Dagny makes it really easy to build resourceful web applications. You can read the full documentation here. At present, this project is in an experimental phase, so APIs... Platforms: *nix

License: Freeware Size: 20.48 KB Download (38): Dagny Download

Added: August 21, 2013 | Visits: 386

objtrack objtrack is a generic object view tracking model. This will store a "last viewed date" which says "everything that has changed" since this date, is unread. It also stores a list of primary keys, which has been read since that date. Installation: Download and install the package using... Platforms: *nix

License: Freeware Size: 10.24 KB Download (40): objtrack Download

Added: July 08, 2013 | Visits: 473

Piwik Web analytics Adds the Piwik web statistics tracking system to your website.The module allows you to add the following statistics features to your site: * Selectively track certain users, roles and pages * Monitor what files are downloaded from your pages * Cache the Piwik code on your local server for... Platforms: PHP

License: Freeware Size: 40.96 KB Download (49): Piwik Web analytics Download

Added: November 09, 2013 | Visits: 269

FogBugzMiddleware By default, Django sends emails for 500 errors. Simply directing these emails to go to FogBugz can be problematic: FogBugz will attempt to respond to the email, which will fail if you are sending messages from, e.g., do-not-respond@example.com. FogBugz then generates a case for the failed email.... Platforms: *nix

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

1 2 3 4 5 >