Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 318 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 318 Bytes

Pygrader

Introduction

First steps

  • flask --app ws init-db, or
  • flask --app ws reset-db
  • edit ./instance/config.ini
  • uswgi --ini wsgi.ini
  • uswgi --stop ./instance/pidfile.pid

Note that init-db will not create existing tables, wherehas reset-db will drop the tables first and recreate them.