This commit is contained in:
rizwanisready
2024-03-21 15:31:30 +05:30
parent c8876a6eb8
commit 125fcff7f9

View File

@@ -2,10 +2,11 @@ from .base import * # noqa
from .base import env, BASE_DIR
import os
import colorlog
# from logging.handlers import TimedRotatingFileHandler
DEBUG = False
ALLOWED_HOSTS = ["goodtimes.betadelivery.com", "154.41.254.33"]
ALLOWED_HOSTS = ["127.0.0.1", "77.68.8.229"]
# LOGGING_DIR = os.path.join(
@@ -59,7 +60,7 @@ ALLOWED_HOSTS = ["goodtimes.betadelivery.com", "154.41.254.33"]
# },
# }
BASE_DOMAIN = "https://goodtimes.betadelivery.com"
# BASE_DOMAIN = "https://goodtimes.betadelivery.com"
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/4.2/howto/static-files/