takahe/takahe/settings/testing.py

7 wiersze
107 B
Python

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