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

coverified/backend

Repository files navigation

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