Sunday, July 29, 2018

Re: Django App plugins

On zondag 29 juli 2018 11:02:30 CEST Christian González wrote:
> anyone?
> I wondered if I'm the only one that has such a use case?

I think so. Why not distribute it as a Django **project** so the plugins are
reusable apps.
You can also nest apps, like "coolstuff.plugins.*". It may get tricky with
unique app labels though.

Anyway, there's plenty of examples of Django based software that is
distributed as a project. Mezzanine is one of them.

There might also be another reason and that is that in the Python community,
there's a good realisation that downloadable and instantly installable plugins
for a web project without dev(ops) interference isn't necessarily a good
thing.
--
Melvyn Sopacua


--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/1703732.VyyS66Gq1u%40fritzbook.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment