django-herald icon indicating copy to clipboard operation
django-herald copied to clipboard

Allow Herald to Support Multiple Python Webframeworks

Open raiderrobert opened this issue 6 years ago • 2 comments

At the moment, Herald is squarely a Django package. However, there may be some benefit in making it less dependent on Django specifically and more dependent on having specific components that adhere to Django's API interface for various things.

Should this repo be forked to work on that, or is there openness to supporting this as a long-running branch?

raiderrobert avatar Nov 13 '18 19:11 raiderrobert

@raiderrobert I'd be open to supporting that. Do you have any ideas on how to make that work?

I wonder if we move some non-django stuff to a separate python-herald project, and make this project depend on that separate project.

jproffitt avatar Nov 13 '18 21:11 jproffitt

@jproffitt that actually would be a good way to handle this, I think. django-zappa did a similar thing in the past (https://github.com/Miserlou/django-zappa) before moving over to zappa and vendoring the pieces it needed to: https://github.com/Miserlou/Zappa/blob/master/zappa/ext/django_zappa.py

raiderrobert avatar Nov 16 '18 02:11 raiderrobert