Done for now
This commit is contained in:
11
README.md
11
README.md
@@ -1,12 +1,15 @@
|
||||
# Portfolio Website
|
||||
|
||||
A quick portfolio website made to run on Heroku without any storage bucket.
|
||||
A quickly made portfolio website made to run on Heroku without any storage bucket.
|
||||
|
||||
Make sure the following environment variables are set:
|
||||
- `DATABASE_URL`
|
||||
- `PASSWORD`
|
||||
- `SECRET_KEY`
|
||||
|
||||
Tables can be created with:
|
||||
```python
|
||||
>>> from app import db, app
|
||||
>>> db.create_all(app=app)
|
||||
```shell
|
||||
$ python app.py
|
||||
```
|
||||
|
||||
## Missing features
|
||||
|
||||
Reference in New Issue
Block a user