{python-executable} setup.py
for mac/linux: python3 main.py
for windows py main.py
or python main.py
to get crashreport run start.py
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