forked from 3wordchant/capsul-flask
create capsul and capsuls list page working
This commit is contained in:
@ -32,6 +32,12 @@ Run the app
|
||||
FLASK_APP=capsulflask flask run
|
||||
```
|
||||
|
||||
Run the app in gunicorn locally
|
||||
```
|
||||
pip install gunicorn
|
||||
.venv/bin/gunicorn --bind 127.0.0.1:5000 capsulflask:app
|
||||
```
|
||||
|
||||
## postgres database schema management
|
||||
|
||||
capsulflask has a concept of a schema version. When the application starts, it will query the database for a table named
|
||||
|
Reference in New Issue
Block a user