Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 234 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 234 Bytes

backend

Backend for the CoVerified Widget

Create db migrations: python manage.py db init

Populate migration files and generate tables: python manage.py db migrate

Apply changes to the database: python manage.py db upgrade