Back to a kind of working state
Package version are now pinned.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user