Skip to content

Python 3 application. Semi-advanced blog made with Flask.

Notifications You must be signed in to change notification settings

m1stik/Flask-Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask-Blog

Python 3 application. Semi-advanced blog made with Flask.

How to use

  1. Run the main.py
  2. The website will be accessible at the address provided in the terminal
  3. You can delete blog.db and reboot the app, it'll create fresh new database

Feautures

  • Database is SQLite
  • The first user in database is always an admin (can create and edit posts)
  • Create/edit/delete posts
  • Registration/authorization
  • Comment section (only for authorized users)

Libraries

  • flask
  • many flask addons
  • sqlalchemy
  • wtforms

About

Python 3 application. Semi-advanced blog made with Flask.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published