takahe/takahe/settings/testing.py

7 lines
107 B
Python
Raw Normal View History

2022-11-13 05:10:06 +00:00
from .base import * # noqa
# Fixed secret key
SECRET_KEY = "testing_secret"
MAIN_DOMAIN = "example.com"