- Login\Registration
- Post Add\Edit
- Comment on Posts
- Markdown support
pip install -r requirements.txt
FLASK_APP=blog flask init-db
Note: This will drop all existing tables, so use it carefully
- Blog posts pagination in /list
- User\Groups
- User Profile
- Delete log purposes shitness or check on Environment type
- Limit Comments\Posts list, or we will die here :D
Not really usable in production mode, not tested