Metadata-Version: 2.4
Name: modelw-preset-django
Version: 2026.1.0
Summary: Model W preset for Django
License: WTFPL
License-File: LICENSE
Keywords: django,env,configuration
Author: Rémy Sanchez
Author-email: remy.sanchez@hyperthese.net
Requires-Python: >=3.14,<3.15
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: Framework :: Django :: 6.0
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.14
Provides-Extra: celery
Provides-Extra: channels
Provides-Extra: health
Provides-Extra: procrastinate
Provides-Extra: psycopg
Provides-Extra: psycopg2
Provides-Extra: storages
Provides-Extra: wagtail
Requires-Dist: boto3 (>=1.42,<1.43) ; extra == "wagtail" or extra == "storages"
Requires-Dist: celery[redis,tblib] (>=5.6,<5.7) ; extra == "celery"
Requires-Dist: channels (>=4.3,<4.4) ; extra == "channels"
Requires-Dist: channels-redis (>=4.3,<4.4) ; extra == "channels"
Requires-Dist: coloredlogs (>=15.0,<15.1)
Requires-Dist: dj-database-url (>=3.0,<3.1)
Requires-Dist: django-celery-results (>=2.6,<2.7) ; extra == "celery"
Requires-Dist: django-health-check (>=3.20.0,<3.21.0) ; extra == "health"
Requires-Dist: django-ipware (>=7.0.1,<7.1.0)
Requires-Dist: django-postgres-extra (>=2.0,<2.1)
Requires-Dist: django-storages (>=1.14,<1.15) ; extra == "wagtail" or extra == "storages"
Requires-Dist: django-wailer (>=1.0.0-beta.2,<1.1.0)
Requires-Dist: django[argon2] (>=6.0,<6.1)
Requires-Dist: djangorestframework (>=3.16,<3.17)
Requires-Dist: djangorestframework-gis (>=1.2,<1.3)
Requires-Dist: granian (>=2.6.0,<2.7.0)
Requires-Dist: modelw-env-manager (>=1.0,<1.1)
Requires-Dist: procrastinate[django] (>=3.6,<3.7) ; extra == "procrastinate"
Requires-Dist: psutil (>=7.2.0,<8.0.0)
Requires-Dist: psycopg (>=3.3,<3.4) ; extra == "psycopg"
Requires-Dist: psycopg2 (>=2.9,<2.10) ; extra == "psycopg2"
Requires-Dist: redis (>=6.4,<6.5)
Requires-Dist: rich (>=14.2,<14.3)
Requires-Dist: sentry-sdk (>=2.48,<2.49)
Requires-Dist: setuptools
Requires-Dist: wagtail (>=7.2,<7.3) ; extra == "wagtail"
Requires-Dist: wand (>=0.6,<0.7) ; extra == "wagtail"
Requires-Dist: whitenoise (>=6.11,<6.12)
Project-URL: Homepage, https://github.com/ModelW/preset-django
Project-URL: Repository, https://github.com/ModelW/preset-django
Description-Content-Type: text/markdown

# Model W &mdash; Django Preset

This Django preset for Model W's Env Manager provides a basic Django
configuration that is fit to work in PaaS platforms such as DigitalOcean's PaaS.

## Documentation

[✨ **Documentation is there** ✨](http://modelw-django-preset.rtfd.io/)

