added staging server ip address to allowed host
This commit is contained in:
@@ -6,7 +6,7 @@ import colorlog
|
||||
# from logging.handlers import TimedRotatingFileHandler
|
||||
|
||||
DEBUG = False
|
||||
ALLOWED_HOSTS = ["127.0.0.1", "77.68.8.229", "goodtimes.betadelivery.com"]
|
||||
ALLOWED_HOSTS = ["127.0.0.1", "77.68.8.229"]
|
||||
|
||||
|
||||
# LOGGING_DIR = os.path.join(
|
||||
|
||||
Reference in New Issue
Block a user