24 projects
django-fernet
Django model fields that store the values encrypted using Fernet.
concurrency-limit
A library that implements a distributed concurrency limiting mechanism using Redis as a backend.
django-cleanhtmlfield
A simple Django app that will give you a cleaned HTML field.
django-generic-contact
Django module to store contact request in a structured yet generic manner.
django-userforeignkey
A simple Django app that will give you a UserForeignKey model field.
drf-simple-access-key
A library that provides a simple token authorization for Django REST framework.
content-disposition
A library that allows easy management of "Content-Disposition" details of HTTP responses.
django-model-prefix
A django module that allows to configure a global or model based database table prefix
drf-anonymous-login
Django rest framework module to allow login via token (without User instance).
param-parser
A parser library for a param string expression.
django-anexia-sms-gateway
A django module that allows to send short messages via the Anexia SMS gateway
django-request-cache
A simple Django app that provides a per-request cache.
drf-attachments
A django module to manage any model's file up-/downloads by relating an Attachment model to it.
drf-ip-restrictions
A library that allows IP restrictions for views/endpoints in Django REST framework.
python-deepcompare
A library for deep comparison of data structures consisting of `dict`, `list` and `tuple`.
django-aws-iot
A django module that allows to connect and publish messages to AWS IoT
django-rest-multitokenauth
django-rest-multitokenauth is deprecated now. Use drf-multitokenauth instead.
drf-generic-contact
An extension of the django-generic-contact that provides REST endpoints for the Contact model.
django-anexia-monitoring
A Django app to monitor updates for Django and installed Python packages, plus liveness checks for the running site.
celery-amqp-backend
A rewrite of the original Celery AMQP result backend that supports Celery 5.0 and newer.
django-changeset
A simple Django app that will give your models the possibility to track all changes.
django-future-tasks
A library to create periodic, cron-like tasks or single tasks with a specified execution/start time and schedule it to run in the future.
django-rest-passwordreset
An extension of django rest framework, providing a configurable password reset strategy
drf-multitokenauth
An extension of django rest frameworks token auth, providing multiple authentication tokens per user