Browse Source

Added heroku

sleepytaco 3 years ago
parent
commit
7b66531024
1 changed files with 1 additions and 1 deletions
  1. 1 1
      UnTube/settings.py

+ 1 - 1
UnTube/settings.py

@@ -28,7 +28,7 @@ YOUTUBE_V3_API_KEY = SECRETS['YOUTUBE_V3_API_KEY']
 # SECURITY WARNING: don't run with debug turned on in production!
 DEBUG = True
 
-ALLOWED_HOSTS = []
+ALLOWED_HOSTS = ['untube-django.herokuapp.com']
 
 # Application definition
 INSTALLED_APPS = [