Django extensions by Zostera.
The goal of this project is to bundle small, reusable extensions for Django projects: database utilities, HTML helpers, and test infrastructure shared across Zostera's Django packages.
Ready for production. Issues and pull requests welcome, see CONTRIBUTING.md.
This package requires a combination of Python and Django that is currently supported.
See "Supported Versions" on https://www.djangoproject.com/download/.
This package uses uv and just for local development.
The full documentation is at https://django-marina.readthedocs.io/
-
Install using pip:
pip install django-marina -
Add to
INSTALLED_APPSin yoursettings.py:INSTALLED_APPS = ( # ... "django_marina", # ... )
If you have found a bug or if you have a request for additional functionality, please use the issue tracker on GitHub.
https://github.com/zostera/django-marina/issues
You can use this under BSD-3-Clause. See LICENSE file for details.
Developed and maintained by Zostera.
Original author: Dylan Verheul.
Thanks to everybody that has contributed pull requests, ideas, issues, comments and kind words.
Please see AUTHORS for a list of contributors.