Skip to content
 
 

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rv-027py

Installation

For installing required libs and frameworks execute next commands:

pip install -r requirements.txt

Configuration

Copy config.py.example and rename this file to config.py

Set db credentials

Migrations and DB

  1. Initialize migration (choose directory with migrations.py) & enter following command
migrations.py db init
  1. Create migrations files
migrations.py db migrate
  1. Create tables from migrations
migrations.py db upgrade

Create test records

python create_database.py  

Run application

For the start application execute

python run.py  

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages