Re: Auto-installation of 3rd party packges

2020-07-24 Thread David Rashty
s permissions.IsAuthenticated in settings.py. On Fri, Jul 24, 2020 at 1:11 PM '1337 Shadow Hacker' via Django developers (Contributions to Django itself) wrote: > > > > Sent with ProtonMail <https://protonmail.com> Secure Email. > > ‐‐‐ Original Message ‐‐‐

Re: Auto-installation of 3rd party packges

2020-07-24 Thread David Rashty
Nice! And thanks for sharing! I like this idea too. Why did you include "if settings.DEBUG" by the way? I still think injecting code explicitly has certain advantages: * I believe AppConfig approach could be implemented in apps.py by the package author. If they chose not to write their package