References
Useful references and resources for django-custom-storage.
Official Documentation
Django
- Django Storage Documentation
- Django File Storage API
- Django Static Files
- Django STORAGES Setting (Django 4.2+)
django-storages
django-compressor
AWS S3
Related Projects
DLRSP Organization
- django-errors - Django application for handling server errors
- Example Project - Example Django projects
Storage Backends
- django-storages - Collection of custom storage backends for Django
- django-s3-storage - Django S3 file storage backend
Compression
- django-compressor - Compresses linked and inline JavaScript or CSS into a single cached file
- django-pipeline - Asset packaging library for Django
Tutorials and Guides
Django Storage
AWS S3 Integration
Compression
Version Compatibility
Django Versions
- Django 3.2: Release Notes
- Django 4.2: Release Notes
- Django 5.2: Release Notes
Python Versions
- Python 3.9: Release Notes
- Python 3.10: Release Notes
- Python 3.11: Release Notes
Blog Posts and Articles
Storage Patterns
API References
Django Storage API
- FileField Storage
- Storage Class
- get_storage_class (deprecated in Django 5.2)
- import_string (Django 5.2+)
django-storages API
Community
GitHub
Support
- GitHub Issues - For bug reports and feature requests
- Documentation - Full documentation
Standards and Specifications
Tools and Utilities
Development Tools
- tox - Testing automation tool
- pytest - Testing framework
- pytest-django - Django plugin for pytest
- black - Code formatter
- isort - Import sorter
- flake8 - Linter
- mypy - Static type checker
- coverage - Code coverage tool
Documentation Tools
- MkDocs - Documentation generator
- Material for MkDocs - MkDocs theme