You are here: Home

Modified items

All recently modified items, latest first.
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-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-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.13.1-2.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-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-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.
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.
RPMPackage python3-django-pyscss-2.0.2-21.lbn36.noarch
A collection of tools for making it easier to use pyScss within Django. This package provides Python 3 build of django-pyscss.
RPMPackage python3-django-prometheus-2.3.1-1.lbn36.noarch
Django middlewares to monitor your application with Prometheus.io. Python 3 version.
RPMPackage python3-django-pipeline-1.6.8-19.lbn36.noarch
Pipeline is an asset packaging library for Django, providing both CSS and JavaScript concatenation and compression, built-in JavaScript template support, and optional data-URI image and font embedding. This package provides Python 3 build of django-pipeline.
RPMPackage python3-django-pipeline-1.6.8-19.lbn36.noarch
Pipeline is an asset packaging library for Django, providing both CSS and JavaScript concatenation and compression, built-in JavaScript template support, and optional data-URI image and font embedding. This package provides Python 3 build of django-pipeline.
RPMPackage python3-django-picklefield-3.1.0-1.lbn36.noarch
django-picklefield provides an implementation of a pickled object field. Such fields can contain any picklable objects. The implementation is taken and adopted from Django snippet #1694 by Taavi Taijala, which is in turn based on Django snippet #513 by Oliver Beattie.
RPMPackage python3-django-pglocks-1.0.4-5.lbn36.noarch
Context managers for advisory locks for PostgreSQL. Python 3 version.
RPMPackage python3-django-pdb-0.6.2-2.lbn36.noarch
Adding pdb.set_trace() to your source files every time you want to break into pdb sucks. Don’t do that. Do this.
RPMPackage python3-django-mptt-0.16.0-1.lbn36.noarch
This project is currently unmaintained Alternatives to django-mptt include: django-treebeard includes a MPTT implementation (called a nested set), but the state of maintenance is unclear. Maybe you do not need MPTT, especially when using newer databases. See django-tree-queries for an implementation using recursive Common Table Expressions (CTE). See the announcement blog post. django-mptt Utilities for implementing Modified Preorder Tree Traversal with your Django Models and working with trees of Model instances. Project home: https:/github.com/django-mptt/django-mptt/ Documentation: https:/django-mptt.readthedocs.io/ Discussion group: https:/groups.google.com/forum/#!forum/django-mptt-dev What is Modified Preorder Tree Traversal? MPTT is a technique for storing hierarchical data in a database. The aim is to make retrieval operations very efficient. The trade-off for this efficiency is that performing inserts and moving items around the tree are more involved, as there’s some ex