You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-django-threadedcomments-1.2-16.lbn36.noarch
Django-threadedcomments is a Django application which allows for the simple creation of a threaded commenting system. It is flexible as well, partly due to its use of the same facilities that any other Django application would use. This package provides Python 3 build of django-threadedcomments.
RPMPackage python3-django-tastypie-0.14.0-1.lbn36.noarch
Tastypie is an webservice API framework for Django. It provides a convenient, yet powerful and highly customizable, abstraction for creating REST-style interfaces.
RPMPackage python3-django-taggit-serializer-0.1.7-8.lbn36.noarch
Django Taggit serializer for Django REST Framework. Python 3 version.
RPMPackage python3-django-taggit-5.0.1-1.lbn36.noarch
Reusable Django application for simple tagging. Python 3 version.
RPMPackage python3-django-tagging-0.4.6-16.lbn36.noarch
A generic tagging application for Django projects, which allows association of a number of tags with any Model instance and makes retrieval of tags simple.
RPMPackage python3-django-tables2-2.7.0-1.lbn36.noarch
django-tables2 simplifies the task of turning sets of data into HTML tables. It has native support for pagination and sorting. It does for HTML tables what django.forms does for HTML forms.
RPMPackage python3-django-storages+sftp-1.11.1-5.lbn36.noarch
Support for many storage backends in Django. "sftp" extras.
RPMPackage python3-django-storages+libcloud-1.11.1-5.lbn36.noarch
Support for many storage backends in Django. "libcloud" extras.
RPMPackage python3-django-storages+dropbox-1.11.1-5.lbn36.noarch
Support for many storage backends in Django. "dropbox" extras.
RPMPackage python3-django-storages+boto3-1.11.1-5.lbn36.noarch
Support for many storage backends in Django. "boto3" extras.
RPMPackage python3-django-storages-1.11.1-5.lbn36.noarch
Support for many storage backends in Django.
RPMPackage python3-django-search-url-0.1-9.lbn36.noarch
This simple Django utility allows you to utilize the 12factor inspired SEARCH_URL environment variable to configure your application.
RPMPackage python3-django-rules-3.3.0-1.fc36.noarch
Awesome Django authorization, without the database.
RPMPackage python3-django-rq-2.10.2-1.lbn36.noarch
Django integration with RQ, a Redis based Python queuing library. Django-RQ is a simple app that allows you to configure your queues in django's settings.py and easily use them in your project. Python 3 version.
RPMPackage python3-django-robots-3.1.0-14.lbn36.noarch
Django application to manage robots.txt files following the robots exclusion protocol, complementing the Django Sitemap contrib app. This package provides Python 3 build of django-robots.
RPMPackage python3-django-reversion-4.0.0-2.lbn36.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 python3-django-rest-framework-3.16.0-1.lbn36.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 python3-django-redis-5.4.0-1.lbn36.noarch
Redis cache backend for Django :target:
RPMPackage python3-django-q-1.3.9-3.lbn36.noarch
A multiprocessing distributed task queue for Django Features: - Multiprocessing worker pool - Asynchronous tasks - Scheduled, cron and repeated tasks - Signed and compressed packages - Failure and success database or cache - Result hooks, groups and chains - Django Admin integration - PaaS compatible with multiple instances - Multi cluster monitor - Redis, Disque, IronMQ, SQS, MongoDB or ORM - Rollbar and Sentry support
RPMPackage python3-django-pytest-0.2.0-30.lbn36.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.