diff --git a/webstrom/settings_test.py b/webstrom/settings_test.py index 7ccf4f3..ff1830b 100644 --- a/webstrom/settings_test.py +++ b/webstrom/settings_test.py @@ -5,6 +5,7 @@ DEBUG = True ALLOWED_HOSTS = [ + "localhost", "test.strom.sk", ]