django-eraserhead
Field cleaner
Tool to optimize database usage in Django by identifying and suggesting the removal of unused fields.
💂🏻 Django package that provides hints to optimize database usage by deferring unused fields (and more)
196 stars
9 watching
3 forks
Language: Python
last commit: almost 2 years ago
Linked from 1 awesome list
djangodjango-modelsdjango-ormmonkey-patching
Related projects:
Repository | Description | Stars |
---|---|---|
un1t/django-cleanup | Automates file deletion after changes to model instances or when models are deleted | 1,111 |
dizballanze/django-migrations-graph | Displays Django migration dependencies as a graphical representation. | 48 |
dcramer/django-uuidfield | A Django model field library providing a UUID data type for storing unique identifiers | 263 |
jazzband/django-dbbackup | Provides management commands to backup and restore Django projects' databases and media files with various storage options. | 984 |
django-macaddress/django-macaddress | Provides a reusable MAC address field and utilities for working with MAC addresses in Django applications. | 55 |
ebertti/django-admin-easy | Provides tools and decorators to simplify the creation of custom fields in Django admin interfaces. | 471 |
dizballanze/django-admin-env-notice | A package to visually distinguish environments in Django Admin | 317 |
gintas/django-picklefield | A Django app that allows pickling of arbitrary objects into a database field | 183 |
disqus/django-bitfield | Provides a custom BigIntegerField-like class for Django models | 379 |
tdr-autosync/mi-lib-django_memoize | Caches and optimizes expensive function calls in Django applications. | 120 |
khaiql/dbcleaner | A tool to clean up and manage databases during testing by temporarily locking tables to prevent race conditions. | 161 |
databasecleaner/database_cleaner-mongoid | A tool for cleaning up data in MongoDB databases. | 9 |
django-cache-machine/django-cache-machine | Automatically caches and invalidates Django model data in real-time | 876 |
jazzband/django-polymorphic | A Django project that simplifies the use of inherited models by automatically downcasting and providing features for filtering, querying, and combining models. | 1,654 |
philippbosch/django-geoposition | Provides a Django model field and widget to easily store and display geopositions. | 332 |