Skip to content

Commit

Permalink
correct
Browse files Browse the repository at this point in the history
  • Loading branch information
PnBafon committed Apr 10, 2024
1 parent fefe86c commit aee6b26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified chat_app/__pycache__/settings.cpython-311.pyc
Binary file not shown.
6 changes: 3 additions & 3 deletions chat_app/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True

ALLOWED_HOSTS = ['https://pnchatapp.azurewebsites.net/']
ALLOWED_HOSTS = ['https://pnchatapp.azurewebsites.net/', '127.0.0.1']


# Application definition

INSTALLED_APPS = [
"daphne",
# "daphne",
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
Expand Down Expand Up @@ -125,4 +125,4 @@
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'


ASGI_APPLICATION = "chat_app.asgi.application"
# ASGI_APPLICATION = "chat_app.asgi.application"

0 comments on commit aee6b26

Please sign in to comment.