Go to file
2022-05-08 14:51:10 -04:00
period Merge branch 'master' of git.ahoskingit.com:family/period 2022-05-08 14:51:10 -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
.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