Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 449 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (14 loc) · 449 Bytes

Contributing

Documentation

The documentation is using MkDocs with Material :

pip install -r requirements/doc.txt
mkdocs serve

Database

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

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