Skip to content

Repository files navigation

django-marina

CI Coverage Status Latest PyPI version

Django extensions by Zostera.

Goal

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.

Status

Ready for production. Issues and pull requests welcome, see CONTRIBUTING.md.

Requirements

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.

Documentation

The full documentation is at https://django-marina.readthedocs.io/

Installation

  1. Install using pip:

    pip install django-marina
  2. Add to INSTALLED_APPS in your settings.py:

    INSTALLED_APPS = (
        # ...
        "django_marina",
        # ...
    )

Bugs and suggestions

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

License

You can use this under BSD-3-Clause. See LICENSE file for details.

Author

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.

About

Django extensions by Zostera.

Resources

Contributing

Stars

3 stars

Watchers

4 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages