Skip to content

useyourfeelings/beartoday

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Hello

Beartoday is a blog/bbs system powered by flask.

##DEMO

#Install

  • install python3

  • install the dependencies in requirements.txt

  • setup your database by editing config.py

  • then

      python3 manage.py shell
      from app import db
      from app.database.model import Role, BBS, PlatformSetting
      db.create_all()
      Role.create_roles()
      BBS.create_root_bbs()
      PlatformSetting.create_default_setting()
      
      python3 manage.py runserver
    

#Acknowledgment

nginx

uwsgi

flask

semantic-ui

mysql

sqlalchemy

useyourfeelings.com

...

About

a bbs/blog system powered by flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published