A collection of tiny, reusable utilities for Django that don't warrant their own apps. Current version 1.4.0, maintenance mode with infrequent releases.
pip install django-etcNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage of utility functions and BaseView class.
Use 'from etc import ...' instead of 'from django_etc import ...'
Import directly: 'from etc import get_unique' instead of 'from etc.utils import get_unique'.
Replace with my_dict.get('key', default).No dependency data recorded yet.