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: about 2 years ago
Linked from 1 awesome list
djangodjango-modelsdjango-ormmonkey-patching
Related projects:
Repository | Description | Stars |
---|---|---|
| Automates file deletion after changes to model instances or when models are deleted | 1,125 |
| Displays Django migration dependencies as a graphical representation. | 48 |
| A Django model field library providing a UUID data type for storing unique identifiers | 262 |
| Provides management commands to backup and restore Django projects' databases and media files with various storage options. | 989 |
| Provides a reusable MAC address field and utilities for working with MAC addresses in Django applications. | 55 |
| Provides tools and decorators to simplify the creation of custom fields in Django admin interfaces. | 473 |
| A package to visually distinguish environments in Django Admin | 319 |
| A Django app that allows pickling of arbitrary objects into a database field | 183 |
| Provides a custom BigIntegerField-like class for Django models | 378 |
| Caches and optimizes expensive function calls in Django applications. | 120 |
| A tool to clean up and manage databases during testing by temporarily locking tables to prevent race conditions. | 161 |
| A tool for cleaning up data in MongoDB databases. | 9 |
| Automatically caches and invalidates Django model data in real-time | 876 |
| A Django project that simplifies the use of inherited models by automatically downcasting and providing features for filtering, querying, and combining models. | 1,665 |
| Provides a Django model field and widget to easily store and display geopositions. | 332 |