PaferaPy Async 0.1
ASGI framework focused on simplicity and efficiency
|
Functions | |
def | InitConfig (g) |
Creates all default settings and saves them to the configuration file. More... | |
def | InitDB (g) |
Setups the initial database users, groups, and pages. More... | |
def pafera.initsite.InitConfig | ( | g | ) |
Creates all default settings and saves them to the configuration file.
Definition at line 15 of file initsite.py.
def pafera.initsite.InitDB | ( | g | ) |
Setups the initial database users, groups, and pages.
Definition at line 59 of file initsite.py.