Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Latest commit

 

History

History
11 lines (7 loc) · 291 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 291 Bytes

Logical enough

A small website to test student's knowledge of search expressions.

Note: the accounts are not password protected for simplicity. Don't use that at large scale!

To deploy on a webserver,

gunicorn --bind unix:tmp.sock -m 007 "logical_enough:create_app()"