You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python2-django-redis-4.3.0-6.lbn25.py37.noarch
Full featured redis cache backend for Django.
RPMPackage python2-django-recaptcha-1.2.1-1.lbn25.py37.noarch
Django reCAPTCHA **Django reCAPTCHA form field/widget integration app.** .. contents:: Contents :depth: 5Django reCAPTCHA uses a modified version of the Python reCAPTCHA client < which is included in the package as client.py. Requirements Tested with:* Python: 2.7, 3.5 * Django: 1.8, 1.9, 1.10Installation . Sign up for reCAPTCHA < Install or add djangorecaptcha to your Python path.. Add ...
RPMPackage python2-django-pylibmc-0.6.1-4.lbn25.py37.noarch
Django-pylibmc package provides a memcached cache backend for Django using pylibmc. You want to use pylibmc because it's fast. This package provides Python 2 build of django-pylibmc.
RPMPackage python2-django-pgjson-0.3.1-5.lbn25.py37.noarch
PostgreSQL JSON field support for Django. Python 2 version.
RPMPackage python2-django-nose-1.4.5-1.lbn25.py37.noarch
Django test runner that uses nose.
RPMPackage python2-django-mobile-0.7.0-3.lbn25.py37.noarch
djangomobile .. _introduction:**djangomobile** provides a simple way to detect mobile browsers and gives you tools at your hand to render some different templates to deliver a mobile version of your site to the user.The idea is to keep your views exactly the same but to transparently interchange the templates used to render a response. This is done in two 1. A middleware determines the ...
RPMPackage python2-django-markdown2-0.3.0-6.lbn25.py37.noarch
This is a simple app, which supplies a single template tag for markdown markup.
RPMPackage python2-django-macros-0.4.0-3.lbn25.py37.noarch
Macros accepting positional and keyword arguments, and repeated block tags in the django template system. Sometimes include tags just do not get the job done. Either you have repeated code that you want to keep all in the same single template, or your code needs to dynamically generate and substitute in certain values, in a way that the include syntax inhibits. Whatever the case, if you are finding that the built in include tag just is not working for your use case, then perhaps django-macros is for you.
RPMPackage python2-django-keyedcache3-1.5.3-6.lbn25.py37.noarch
Django Keyedcache provides utilities and class mixins for simplified development of cache-aware objects. Used in Satchmo.
RPMPackage python2-django-jsonfield-1.0.3-5.lbn25.py37.noarch
django-jsonfield is a reusable Django field that allows you to store validated JSON in your model. It silently takes care of serialization. To use, simply add the field to one of your models..
RPMPackage python2-django-helpdesk-0.1.18-4.lbn25.py37.noarch
Django-helpdesk - A Django powered ticket tracker for small enterprise. Copyright 2009-11 Jutda and Ross Poulton. All Rights Reserved. See LICENSE for details. django-helpdesk was formerly known as Jutda Helpdesk, named after the company who originally created it. As of January 2011 the name has been changed to reflect what it really is: a Django-powered ticket tracker with contributors reaching far beyond Jutda. Complete documentation is available in the docs/ directory, or online at http://django-helpdesk.readthedocs.org/. You can see a demo installation at http://django-helpdesk-demo.herokuapp.com/. This package provides Python 2 build of django-helpdesk.
RPMPackage python2-django-haystack-2.5.0-4.lbn25.py37.noarch
Haystack provides modular search for Django. It features a unified, familiar API that allows you to plug in different search backends (such as Solr, Elasticsearch, Whoosh, Xapian, etc.) without having to modify your code. Haystack is BSD licensed, plays nicely with third-party app without needing to modify the source and supports advanced features like faceting, More Like This, highlighting, spatial search and spelling suggestions. You can find more information at http://haystacksearch.org/. This package provides Python 2 build of django-haystack.
RPMPackage python2-django-federated-login-1.0.0-14.lbn25.py37.noarch
Django Federated Login provides an authentication bridge between Django projects and OpenID-enabled identity providers. The bridge is pre-wired to be used with a single Google Apps domain, but could be extended to be linked with other OpenID providers also. It is different from other OpenID consumers as this consumer only allows connecting to a pre-defined identity provider. The provided backend matches users based on the e-mail address returned from the identity provider. If no matching user could be found, a user account can optionally be created.
RPMPackage python2-django-fas-1.0.3-9.lbn25.py37.noarch
This is Django auth backend for FAS (Fedora Accounts System).
RPMPackage python2-django-extensions-1.7.3-4.lbn25.py37.noarch
Django Extensions is a collection of custom extensions for the Django Framework. These include management commands, additional database fields, admin extensions and much more. This package provides Python 2 build of django-extensions.
RPMPackage python2-django-discover-runner-1.0-12.lbn25.py37.noarch
An alternative Django TEST_RUNNER which uses the unittest2 test discovery from a base path specified in the settings, or any other module or package specified to the test management command -- including app tests.
RPMPackage python2-django-debug-toolbar-1.4-8.lbn25.py37.noarch
The Django 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 - A list of settings in settings.py - Common HTTP headers - GET/POST/cookie/session variable display - Templates and context used, and their template paths - SQL queries including time to execute and links to EXPLAIN each query - List of signals, their args and receivers - Logging output via Python's built-in logging, or via the logbook module
RPMPackage python2-django-database-url-0.4.2-3.lbn25.py37.noarch
This simple Django utility allows you to utilize the 12factor inspired DATABASE_URL environment variable to configure your Django application.
RPMPackage python2-django-cors-headers-2.0.2-3.lbn25.py37.noarch
django-cors-headers is a Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS).
RPMPackage python2-django-contact-form-1.1-6.lbn25.py37.noarch
An extensible contact-form application for Django