zain / jogging

Easier Django logging!
MIT License
103 stars 5 forks source link

Settings should use strings #10

Open Kronuz opened 14 years ago

Kronuz commented 14 years ago

Jogging handlers configuration in the settings file should use strings instead of objects.

Using django.utils.importlib.import_module to load the handler and create the object during jogging initialization, in add_handlers().