database.database_init

Database initialization based on the engine and PythonAccounting models.

Module Contents

Functions

database_init(→ None)

Initializes the database by setting up all tables that do not currently exist.

database.database_init.database_init() None

Initializes the database by setting up all tables that do not currently exist.

Returns:

None