boardinghouse.backends.postgres.base module

class boardinghouse.backends.postgres.base.DatabaseWrapper(*args, **kwargs)[source]

Bases: django.db.backends.postgresql.base.DatabaseWrapper

This is a simple subclass of the Postrges DatabaseWrapper, but using our new DatabaseSchemaEditor class.

schema_editor(*args, **kwargs)[source]

Returns a new instance of this backend’s SchemaEditor.