Tracking PR for registration rewrite #5

Merged
Muirrum merged 32 commits from rewrite into master 2022-12-15 18:32:08 -05:00
Showing only changes of commit a490134c6f - Show all commits

View file

@ -15,7 +15,7 @@ clean:
@find . -name flask_session -type d -not -path "./.venv/*" -ls -exec rm -r {} +
init_env:
virtualenv .venv
python3 -m venv .venv
source .venv/bin/activate && pip3 install --upgrade pip
source .venv/bin/activate && pip3 install -r requirements.txt txt