13 lines
207 B
Python
13 lines
207 B
Python
|
import os
|
||
|
#
|
||
|
#
|
||
|
APP_NAME = "piki"
|
||
|
STARTPAGE = "startpage"
|
||
|
|
||
|
|
||
|
# SECURITY WARNING: don't run with debug turned on in production!
|
||
|
DEBUG = True
|
||
|
#
|
||
|
SECRET_KEY = "*+=wy%2lo2^@fxxtmx0)14x507%6v73ke-%24%_fb6f+3h^c)-"
|
||
|
#
|