Back to a kind of working state

Package version are now pinned.
This commit is contained in:
2022-07-05 16:41:41 +02:00
parent 0687c2ee52
commit 4b404f8569
4 changed files with 78 additions and 132 deletions

View File

@@ -5,8 +5,8 @@ A quick portfolio website made to run on Heroku without any storage bucket.
Tables can be created with:
```python
>>> from app import db
>>> db.create_all()
>>> from app import db, app
>>> db.create_all(app=app)
```
## Missing features
@@ -15,4 +15,4 @@ Tables can be created with:
- Multiple categories
- An admin interface to add things (other then pictures) to the portfolio.
- A login-system
- A JQuery-free website
- A JQuery-free website