You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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)-"
- #
|