You are here: Home

Modified items

All recently modified items, latest first.
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
RPMPackage python2-django-classy-tags-0.7.2-6.lbn25.py37.noarch
The goal of this project is to create a new way of writing Django template tags which is fully compatible with the current Django templating infrastructure. This new way should be easy, clean and require as little boilerplate code as possible while still staying as powerful as possible.
RPMPackage python2-django-ckeditor-5.3.0-2.lbn25.py37.noarch
Provides a RichTextField and CKEditorWidget utilizing CKEditor with image upload and browsing support included
RPMPackage python2-django-bower-5.2.0-1.lbn25.py37.noarch
Djangobower Easy way to use bower < with your Django < project.Bower is a package manager for the web. It offers a generic, unopinionated solution to the problem of frontend package management, while exposing the package dependency model via an API that can be consumed by a more opinionated build stack. There are no system wide dependencies, no dependencies are shared between different apps, ...
RPMPackage python2-django-bootstrap-breadcrumbs-0.8.2-1.lbn25.py37.noarch
bootstrap-breadcrumbs is a drop-in replacement for django’s own ManyToManyField. The provided SortedManyToManyField behaves like the original one but remembers the order of added relations. Usecases Imagine that you have a gallery model and a photo model. Usually you want a relation between these models so you can add multiple photos to one gallery but also want to be able to have the same photo on many galleries. This is where you usually can use many to many relation. The downside is that django’s default implementation doesn’t provide a way to order the photos in the gallery. So you only have a random ordering which is not suitable in most cases. You can work around this limitation by using the SortedManyToManyField provided by this package as drop in replacement for django’s ManyToManyField.
RPMPackage python2-django-babel-0.6.2-1.lbn25.py37.noarch
This package contains various utilities for integration of Babel into the Django web framework: * A message extraction plugin for Django templates. * A middleware class that adds the Babel `Locale`_ object to requests. * A set of template tags for date and number formatting.
RPMPackage python2-django-avatar-3.1.0-3.lbn25.py37.noarch
Django-avatar is a reusable application for handling user avatars. It has the ability to default to Gravatar if no avatar is found for a certain user. Django-avatar automatically generates thumbnails and stores them to your default file storage back-end for retrieval later. This package provides Python 2 build of django-avatar.
RPMPackage python2-django-authority-0.11-4.lbn25.py37.noarch
This is a Django app for generic per-object permissions, custom permission checks and permission requests. It also includes view decorators and template tags for ease of use. This package provides Python 2 build of django-authority.
RPMPackage python2-django-annoying-0.9.0-4.lbn25.py37.noarch
Django-annoying is a django application that tries to eliminate annoying things in the Django framework. This package provides Python 2 build of django-annoying.
RPMPackage python2-django-angular-1.1.2-1.lbn25.py37.noarch
Django-Angular is a collection of utilities, which aim to ease the integration of Django with AngularJS by providing reusable components.
RPMPackage python2-django-ajax-selects-1.3.4-13.lbn25.py37.noarch
Enables editing of ForeignKey, ManyToMany and simple text fields using the Autocomplete - jQuery plugin. django-ajax-selects will work in any normal form as well as in the admin. The user is presented with a text field. They type a search term or a few letters of a name they are looking for, an ajax request is sent to the server, a search channel returns possible results. Results are displayed as a drop down menu. When an item is selected it is added to a display area just below the text field.
RPMPackage python2-django-1.11.13-2.lbn25.py37.noarch
Django is a high-level Python Web framework that encourages rapid development and a clean, pragmatic design. It focuses on automating as much as possible and adhering to the DRY (Don't Repeat Yourself) principle.
RPMPackage python2-debpkgr-1.1.0-1.lbn25.noarch
Pure Python implementation of Debian/Ubuntu packaging and repository utilities. The allows one to perform various Debian-specific operations on non-Debian systems, in the absence of typical system-provided utilities (e.g. apt).