-
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.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-django-taggit-5.0.1-1.lbn36.noarch
Reusable Django application for simple tagging.
Python 3 version.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-django-taggit-serializer-0.1.7-8.lbn36.noarch
Django Taggit serializer for Django REST Framework.
Python 3 version.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-django-tasks-0.8.1-1.lbn36.noarch
Django Tasks
An implementation and backport of background workers and tasks in Django, as defined in DEP 0014.
Warning: This package is under active development, and breaking changes may be released at any time. Be sure to pin to specific versions if you're using this package in a production environment.
Installation
python -m pip install django-tasks
The first step is to add django_tasks to your INSTALLED_APPS.
INSTALLED_APPS = [
"django_tasks",
]
Secondly, you'll need to configure a backend. This connects the tasks to whatever is going to execute them.
If omitted, the following configuration is used:
TASKS = {
"default": {
"BACKEND": "django_tasks.backends.immediate.ImmediateBackend"
}
}
A few backends are included by default:
django_tasks.backends.dummy.DummyBackend: Don't execute the tasks, just store them. This is especially useful for testing.
django_tasks.backends.immediate.ImmediateBackend: Execute the task immediately in the current threa
Located in
LBN
/
…
/
Business
/
BastionLinux 36
-
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.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-django-tastypie-0.13.3-7.lbn25.py37.noarch
Tastypie is an webservice API framework for Django. It provides a convenient,
yet powerful and highly customizable, abstraction for creating REST-style
interfaces.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
python3-django-tastypie-0.13.3-7.lbn25.py37.noarch
Tastypie is an webservice API framework for Django. It provides a convenient,
yet powerful and highly customizable, abstraction for creating REST-style
interfaces.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
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.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-django-timezone-field-6.1.0-1.lbn36.noarch
django-timezone-field
A Django app providing DB, form, and REST framework fields for
zoneinfo and pytz timezone
objects.
The transition from pytz to zoneinfo
Like Django, this app supports both pytz and zoneinfo objects while the community transitions away from pytz to
zoneinfo. All exposed fields and functions that return a timezone object accept an optional boolean kwarg use_pytz.
If not explicitly specified, the default value used for use_pytz matches Django's behavior:
Django <= 3.X: use_pytz defaults to True
Django == 4.X: use_pytz defaults to the value of
django.conf.settings.USE_DEPRECATED_PYTZ,
which itself defaults to False
Django >= 5.X: django plans to
drop support for pytz altogether,
and this app will likely do the same.
Note that this app does not declare pytz to be a dependency, so if you're using this app with use_pytz=True, you'll need
to ensure pytz is included in the environment yourself.
Differences in recognized timezones between pytz and zoneinfo
pytz and z
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-django-timezone-field+rest_framework-4.2.1-4.lbn36.noarch
Django app providing database and form fields for pytz timezone objects.
"rest_framework" extras. Python 3 version.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36