staging
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user