You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python2-django-setuptest-0.2.1-4.lbn25.py37.noarch
Simple Python 2 module enabling Django app testing via $ python setup.py test.
RPMPackage python2-django-sekizai-0.8.1-10.lbn25.py37.noarch
Sekizai means “blocks” in Japanese, and that’s what this app provides. A fresh look at blocks. With django-sekizai you can define placeholders where your blocks get rendered and at different places in your templates append to those blocks. This is especially useful for css and javascript. Your sub-templates can now define css and Javascript files to be included, and the css will be nicely put at the top and the Javascript to the bottom, just like you should. Also sekizai will ignore any duplicate content in a single block.
RPMPackage python2-django-robots-2.0-4.lbn25.py37.noarch
Django application to manage robots.txt files following the robots exclusion protocol, complementing the Django Sitemap contrib app. This package provides Python 2 build of django-robots.
RPMPackage python2-django-reversion-2.0.0-6.lbn25.py37.noarch
Reversion is an extension to the Django web framework that provides comprehensive version control facilities. Features: * Roll back to any point in a model's history - an unlimited undo facility! * Recover deleted models - never lose data again! * Admin integration for maximum usability. * Group related changes into revisions that can be rolled back in a single transaction. * Automatically save a new version whenever your model changes using Django's flexible signalling framework. * Automate your revision management with easy-to-use middleware. Reversion can be easily added to your existing Django project with a minimum of code changes.
RPMPackage python2-django-rest-framework-composed-permissions-0.1-3.lbn25.py37.noarch
A simple way to define complex permissions for django-rest-framework. https://djangorestframework-composed-permissions.readthedocs.org/en/latest/
RPMPackage python2-django-rest-framework-braces-0.1.6-3.lbn25.py37.noarch
Collection of utilities for working with Django-Rest-Framework.
RPMPackage python2-django-rest-framework-3.6.4-1.lbn25.py37.noarch
Django REST framework is a powerful and flexible toolkit that makes it easy to build Web APIs. Some reasons you might want to use REST framework: * The Web browsable API is a huge usability win for your developers. * Authentication policies including OAuth1a and OAuth2 out of the box. * Serialization that supports both ORM and non-ORM data sources. * Customizable all the way down - just use regular function-based views if you don't need the more powerful features. * Extensive documentation, and great community support.
RPMPackage python2-django-registration-2.1.2-4.lbn25.py37.noarch
This is a fairly simple user-registration application for Django, designed to make allowing user sign ups as painless as possible. It requires a functional installation of Django 1.8 or newer, but has no other dependencies. This package provides Python 2 build of django-registration.
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.