Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Commit 8ff0b5bc authored by Agas Yanpratama's avatar Agas Yanpratama :speech_balloon:
Browse files

add allowed host so heroku can open

parent fa2c46a6
No related branches found
No related tags found
1 merge request!3add allowed host so heroku can open
......@@ -25,7 +25,7 @@ SECRET_KEY = '+y=ru9z12bv$&@8mtvibmvl@#uch42u-jdjpe8nhkm@n!4k^^o'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = []
ALLOWED_HOSTS = ['*']
# Application definition
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment