takahe/takahe/settings/testing.py

9 wiersze
124 B
Python

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