Skip to content

Contributing#

Documentation#

The documentation is using MkDocs with Material :

1
2
pip install -r requirements/doc.txt
mkdocs serve

Database#

On a new database, if you want to install the database with migrations :

1
2
3
import os
os.environ['TEST_DATABASE_INSTALL_GOBS'] = '0.2.2'  # Enable
del os.environ['TEST_DATABASE_INSTALL_GOBS']  # Disable