Maybe you would want to install an app without having their urls injected
then you're going to need to do things like

INSTALLED_APPS = [
     someapp.AppConfig(urls=False)
]

Of course this is going to make complicate the settings system, but why not
hook a callback in AppConfig that is executed in-between the moment
settings are parsed and the moment they are loaded into Django ?

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CAC6Op18yUasg74LVeW9FVQCA%3Dx%2BEnP3KhuDtRh_t8L5UtGkDkg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to