-
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.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-django-silk-5.4.0-1.lbn36.noarch
[ 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
-
python3-django-sns-view-0.1.2-1.lbn36.noarch
Django SNS View A drop in configurable django view that is used to subscribe
and process AWS SNS messages. Installation .. code-block:: bash pip install
django-sns-view Default Django Settings - .. code-block:: python
SNS_CERT_DOMAIN_REGEX r"sns.[a-z0-9\-]+.amazonaws.com$" Regex to match on cert
domain SNS_VERIFY_CERTIFICATE True Whether to verify signature against
certificate SNSEndpoint Attributes -
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-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
-
python3-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
/
…
/
Core Linux
/
BastionLinux 25
-
python3-django-sr-0.0.4-1.lbn19.noarch
Django Settings Resolver
========================
.. image:: https://travis-
ci.org/jespino/django-sr.png?branch=master
:target: https://travis-
ci.org/jespino/django-sr
.. image:: https://coveralls.io/repos/jespino/django-
sr/badge.png?branch=master
:target: https://coveralls.io/r/jespino/django-
sr?branch=master
.. image:: https://pypip.in/v/django-sr/badge.png
:target: ...
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19