Django Utility Functions
Pricing

Select License Type:


0 views 0 likes
Login to like or dislike this product

More Django Packages

Django Utility Functions

Django Packages

Battle-tested utility functions and helpers for Django projects

Description

Battle-Tested Utilities for Django 5.2 LTS

Stop rewriting the same helper functions in every project. Get a collection of proven utilities that handle common Django tasks elegantly.

What's Included

  • TimeStampedModel - Auto created_at/updated_at fields
  • SoftDeleteModel - Soft delete with restore functionality
  • UUIDModel - UUID primary keys for better security
  • SluggedModel - Auto-generated unique slugs
  • String Utilities - slugify, truncate, sanitize HTML
  • DateTime Utilities - date ranges, business days, relative time
  • File Utilities - unique filenames, validation, file sizes
  • Cache Utilities - result caching, pattern invalidation

Technical Specifications

  • Django 5.2 LTS compatible
  • Python 3.10+ support
  • Zero required dependencies
  • Clean, PEP-8 compliant code