https://github.com/dafrok/duskfall
A cover blog
https://github.com/dafrok/duskfall
Last synced: 3 months ago
JSON representation
A cover blog
- Host: GitHub
- URL: https://github.com/dafrok/duskfall
- Owner: Dafrok
- Created: 2015-01-14T09:00:37.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-13T14:48:37.000Z (over 11 years ago)
- Last Synced: 2025-12-29T08:19:22.556Z (7 months ago)
- Language: Python
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### A little blog base on Flask
A blog cover by *Flask.Web.Development*.
### Run
First create the `duskfall` database.
Then init-migrate-upgrade ur database:
python manage.py db init
python manage.py db migrate
python manage.py db upgrade
Finally run the server and taste the tryout on browser:
python manage.py runserver
### TODO
Finish the book’s functions therein.
Add more feature.