-
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.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
python2-django-rest-framework-braces-0.1.6-3.lbn25.py37.noarch
Collection of utilities for working with Django-Rest-Framework.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
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/
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
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.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
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.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
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.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
python2-django-setuptest-0.2.1-4.lbn25.py37.noarch
Simple Python 2 module enabling Django app testing via
$ python setup.py test.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
python2-django-sortedm2m-1.3.3-1.lbn25.py37.noarch
sortedm2m 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.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
python2-django-stopforumspam-1.8-2.lbn25.py37.noarch
Tired of comment spam, form spam and dumb crawlers? A django application that
provides middleware for blocking IPs listed in stopforumspam.com's database. A
simple management command is provided for updating the database:
manage.py sfsupdate [--force]
Using this command, all IPs are stored in Django models. Using django-admin,
it's possible to add your own extra IP addresses on a permanent database.
This package provides Python 2 build of stopforumspam.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
python2-django-tables2-1.2.3-4.lbn25.py37.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.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25