@@ -29,7 +29,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 = ['untube-django.herokuapp.com', '127.0.0.1']
+ALLOWED_HOSTS = ['untube-django.herokuapp.com', '127.0.0.1', 'bakaabu.pythonanywhere.com']
# Application definition
INSTALLED_APPS = [