diff options
Diffstat (limited to 'takahe/settings/testing.py')
-rw-r--r-- | takahe/settings/testing.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/takahe/settings/testing.py b/takahe/settings/testing.py deleted file mode 100644 index 39fda96..0000000 --- a/takahe/settings/testing.py +++ /dev/null @@ -1,6 +0,0 @@ -from .base import * # noqa - -# Fixed secret key -SECRET_KEY = "testing_secret" - -MAIN_DOMAIN = "example.com" |