Piki is a minimal wiki
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
  1. import os
  2. #
  3. #
  4. APP_NAME = "piki"
  5. STARTPAGE = "startpage"
  6. # SECURITY WARNING: don't run with debug turned on in production!
  7. DEBUG = True
  8. #
  9. SECRET_KEY = "*+=wy%2lo2^@fxxtmx0)14x507%6v73ke-%24%_fb6f+3h^c)-"
  10. #