Hi,

I am missing a signal on application startup since a long time.

Ticket: https://code.djangoproject.com/ticket/13024

My usecase:

If there are some settings missing, I want add default values.

I know that I could use this.

settings.configure(default_settings=myapp_defaults, DEBUG=True)
 See 
https://docs.djangoproject.com/en/dev/topics/settings/#custom-default-settings

But there are too many places, where the settings get loaded.

I could write a patch, but this is more a design decision.


  Thomas


-- 
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to