added staging server ip address to allowed host

This commit is contained in:
rizwanisready
2024-03-28 12:52:09 +05:30
parent 96eb0b22a5
commit e108e3c68b

View File

@@ -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(