13 | | |
14 | | {{{ |
15 | | django.core.exceptions.ImproperlyConfigured: Could not load database backend: cannot import name connection. |
16 | | Is your DATABASE_ENGINE setting (currently, 'mysql') spelled correctly? |
17 | | Available options are: 'ado_mssql', 'dummy', 'mysql', 'postgresql', 'sqlite3' |
18 | | }}} |
19 | | '''Context:''' Encountered while hacking on the db backend, which means its possibly very obscure.[[BR]] |
20 | | '''Suggestion:''' Django can determine whether the DATABASE_ENGINE setting is valid; it doesn't need to ask. |