switch to Quart framework
This commit is contained in:
parent
b97355bb89
commit
73b5b7993f
38 changed files with 1259 additions and 938 deletions
|
|
@ -24,7 +24,7 @@
|
|||
* Will to not give up.
|
||||
* Clone this repository.
|
||||
* Fill in `.env` with the necessary information.
|
||||
* `DOMAIN_NAME` (see above)
|
||||
* `SERVER_NAME` (see above)
|
||||
* `APP_NAME`
|
||||
* `DATABASE_URL` (hint: `postgresql://username:password@localhost/dbname`)
|
||||
* `SECRET_KEY` (you can generate one with the command `cat /dev/random | tr -dc A-Za-z0-9_. | head -c 56`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue