-
After cloning the repo:
- set environment variable
export FLASK_APP=flaskblog
- cd into project directory
- run
flask run
- set environment variable
-
Create DB ( while virtualenv is activated )
- open terminal and type
python
from flaskblog import db
db.create_all()
- open terminal and type
-
Notifications
You must be signed in to change notification settings - Fork 0
tora-pan/python_blog
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A little Flask blog app.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published