Skip to content

frostmorn/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project name: blog

Current features:

  • Login\Registration
  • Post Add\Edit
  • Comment on Posts
  • Markdown support

Dependencies install:

pip install -r requirements.txt

Init Database:

FLASK_APP=blog flask init-db Note: This will drop all existing tables, so use it carefully

TODO:

  • 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

Project State:

Not really usable in production mode, not tested

About

Flask bare-minimal blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published