Allow 0.0.0.0 to test inside Docker container

This commit is contained in:
François Leborne 2023-04-17 22:54:19 +02:00
parent ce34cb94d3
commit 16abc04762
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ SECRET_KEY = 'm2d03t^m)!nsborq5a1#e!#m)wjl&-%tu4ew@fxf1_b_t*@36r'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = []
ALLOWED_HOSTS = ["0.0.0.0"]
# Application definition