summaryrefslogtreecommitdiffstats
path: root/takahe/settings/testing.py
blob: 7dffa2a9257b2b15f3df1c302e29b938af4311b6 (plain)
1
2
3
4
5
6
from .base import *  # noqa

# Fixed secret key
SECRET_KEY = "testing_secret"

IN_TESTS = True