takahe/takahe/settings/testing.py
2022-11-22 11:59:34 -07:00

7 lines
107 B
Python

from .base import * # noqa
# Fixed secret key
SECRET_KEY = "testing_secret"
MAIN_DOMAIN = "example.com"