ZaWaTeam / web-cms-project

Flask supported web cms
4 stars 2 forks source link

Full structure is in https://python-webcms.readthedocs.io/en/latest/

Structure

scheme.drawio.svg

Install deps + run tests


Config.ini template

For Mysql Driver

[DATABASE]
Driver = MySql
Host = localhost
Name = CMSProj
User = root
Password = root
Port = 8889

[DEVELOPMENT]
Debug = on
Host = 127.0.0.1
Port = 5000

For SQLite Driver

[DATABASE]
Driver = Sqlite
Path = /path/to/database

[DEVELOPMENT]
Debug = on
Host = 127.0.0.1
Port = 5000