broken auth WIP

This commit is contained in:
2020-05-09 20:36:14 -05:00
parent 119d4a0052
commit 246ef00540
7 changed files with 122 additions and 13 deletions

@ -30,7 +30,7 @@ source .venv/bin/activate
pip install -r requirements.txt
```
Run an instance of Postgres (I used docker for this, point is its listening on localhost:5432)
Run an instance of Postgres (I used docker for this, you can use whatever you want, point is its listening on localhost:5432)
```
docker run -it -e POSTGRES_PASSWORD=dev -p 5432:5432 postgres