Go to file
Alexander Hosking ebee2d514c
All checks were successful
continuous-integration/drone/push Build is passing
Correct Current Cycle and add styling to new/update
2022-08-12 00:20:37 -04:00
period Correct Current Cycle and add styling to new/update 2022-08-12 00:20:37 -04:00
tests Add Test Factory 2022-04-15 14:04:47 -04:00
.coveragerc Add Gitlab CI and tests 2022-04-14 22:47:27 -04:00
.drone.yml Add drone pipeline to mimic Gitlab 2022-08-03 22:08:54 -04:00
.gitconfig Start the environment 2022-04-05 15:54:00 -04:00
.gitignore Stop committing SQL files 2022-04-23 01:20:07 -04:00
.gitlab-ci.yml Update .gitlab-ci.yml file 2022-04-20 14:27:17 +00:00
deploy.sh Add working WSGI 2022-04-19 00:41:49 -04:00
docker-compose.yml Add Gitlab CI and tests 2022-04-14 22:47:27 -04:00
Dockerfile Add Gitlab CI and tests 2022-04-14 22:47:27 -04:00
README.md Add README 2022-04-13 19:12:13 -04:00
reload.py Add Gitlab CI and tests 2022-04-14 22:47:27 -04:00
requirements.txt Add gunicorn 2022-04-14 22:47:01 -04:00

period

Development

export FLASK_APP=period; export FLASK_ENV=development; flask run

To (re)initialize the database:

 flask init-db