您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
123456789101112 |
- 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)-"
- #
|