jdelic / django-dbconn-retry
Patches Django to reconnect on a failed database connection once before failing. Helping with running Django ORM through HAProxy, for example.
☆76Updated last week
Related projects ⓘ
Alternatives and complementary repositories for django-dbconn-retry
- Another DB pool using gevent☆171Updated 3 months ago
- This django Migration Operation can be used to transfer a Fields default value to the database scheme.☆138Updated 8 months ago
- Python and Django utilities for encrypted fields using pgcrypto.☆70Updated this week
- Generic model related data prefetch framework for Django.☆151Updated last year
- Postgres Connection Pooling for Django, powered by SQLAlchemy.☆49Updated 4 months ago
- A Django application that exposes a bunch of PostgreSQL database metrics.☆143Updated last month
- Simple XML-RPC and JSON-RPC server for modern Django☆98Updated 3 weeks ago
- A special kind of ModelAdmin that allows it to be nested within another ModelAdmin☆141Updated 2 months ago
- Swapper - The unofficial Django swappable models API. Maintained by the OpenWISP project.☆234Updated 3 weeks ago
- Sanity to the django choices functionality.☆175Updated last year
- Chain multiple (disparate) QuerySets in Django☆107Updated 4 months ago
- Manage django groups collection based on django-mptt.☆100Updated last year
- Celery Monitoring for Django☆200Updated last year
- Collection of utilities for working with django rest framework (DRF)☆73Updated 2 years ago
- Polymorphic models implementation for django.☆85Updated last year
- Forward and backwards compatibility layer for Django 1.4, 1.7, 1.8, 1.9, 1.10, and 1.11☆106Updated 6 months ago
- A library that integrates with django admin and shows in a simple GUI when your periodic are going to run next.☆103Updated 6 months ago
- Marshmallow schemas for Django REST framework☆216Updated 3 years ago
- PostgreSQL locking context managers and functions for Django.☆110Updated 2 years ago
- polymorphic django models using automatic type-field downcasting☆221Updated 11 months ago
- Django utility for a memoization decorator that uses the Django cache framework.☆159Updated 11 months ago
- Displays template rendering time on the timeline