armstrong / armstrong

Open Source News
http://armstrongcms.org
Apache License 2.0
134 stars 23 forks source link

Calling a `get_backend` on a `GenericBackend` with defaults raises `ImproperlyConfigured` #79

Open nosamanuel opened 12 years ago

nosamanuel commented 12 years ago

This occurs when the settings key is not set. We should either update the docs to mention the ImproperlyConfigured or just raise a DID_NOT_HANDLE in this case.