Module base

Dummy database backend for Django.
Django uses this if the database ENGINE setting is empty (None or empty string).

Each of these API functions, except connection.close(), raise
ImproperlyConfigured.
source link

Classes

Functions