-
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-sampledatahelper-0.4-1.lbn19.noarch
Django Sample Data Helper
=========================
.. image::
http://kaleidos.net/static/img/badge.png
:target:
http://www.kaleidos.net/community/django-sampledatahelper/
.. image:: https
://travis-ci.org/kaleidos/django-sampledatahelper.png?branch=master
:target: https://travis-ci.org/kaleidos/django-sampledatahelper
.. image:: ...
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
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-sites-0.9-1.lbn19.noarch
django-sites
============
.. image:: https://img.shields.io/travis/niwinz
/django-sites.svg?style=flat
:target: https://travis-ci.org/niwinz/django-
sites
.. image:: https://img.shields.io/pypi/v/django-sites.svg?style=flat
:target: https://pypi.python.org/pypi/django-sites
.. image::
https://img.shields.io/pypi/dm/django-sites.svg?style=flat
:target: ...
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
python2-django-slowdown-0.0.1-1.lbn19.noarch
Django-Slowdown
---------------
Ultra simple slowdown middleware for django
(Add a time.sleep(settings.SLOWDOWN / 1000) in a middleware).
Install
=======
.. code-block::
pip install django-slowdown
Usage
=====
Add your settings
file the Slowdown middleware and the SLOWDOWN setting
variable (the default
value is 1000 miliseconds).
.. code-block::
MIDDLEWARE_CLASSES += ...
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
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