Skip to content

ZaWaTeam/web-cms-project

Repository files navigation

Structure

scheme.drawio.svg

Install deps + run tests

  • {python-executable} setup.py

IF BCRYPT FAILS, install this: Here or get wheels Here

Start Webserver

  • for mac/linux: python3 main.py

  • for windows py main.py or python main.py

  • to get crashreport run start.py

Project in development, so debug mode is active


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

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •