simonw / djp

A plugin system for Django
https://djp.readthedocs.io
Apache License 2.0
25 stars 0 forks source link

Find a new name #3

Closed simonw closed 2 days ago

simonw commented 2 days ago

I thought I'd checked this, but apparently not - https://pypi.org/project/django-plugins/ is taken by https://github.com/krischer/django-plugins - last updated in 2016.

simonw commented 2 days ago

Aesthetically I really like the feel of:

import django_plugins

@django_plugins.hookimpl
def middleware():
    return ["django_plugin_secial_header.middleware.SpecialHeaderMiddleware"]

But I need something else.

Worth noting though that https://github.com/krischer/django-plugins has a package called djangoplugins - so django_plugins is still available. I just need a good PyPI project name.

simonw commented 2 days ago

djp was free so I grabbed that. https://pypi.org/project/djp/