# duskfall **Repository Path**: mirrors_dafrok/duskfall ## Basic Information - **Project Name**: duskfall - **Description**: A cover blog - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.