forked from 3wordchant/capsul-flask
broken auth WIP
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user