diff --git a/goodtimes/settings/base.py b/goodtimes/settings/base.py index d7a3363..e6de72d 100644 --- a/goodtimes/settings/base.py +++ b/goodtimes/settings/base.py @@ -75,11 +75,11 @@ THIRD_PARTY_APPS = [ "taggit", "django_quill", "corsheaders", - "allauth", - "allauth.account", - "allauth.socialaccount", - "allauth.socialaccount.providers.apple", - "allauth.socialaccount.providers.google", + # "allauth", + # "allauth.account", + # "allauth.socialaccount", + # "allauth.socialaccount.providers.apple", + # "allauth.socialaccount.providers.google", # "django_crontab", # "django_celery_results", # "django_celery_beat", diff --git a/goodtimes/settings/production.py b/goodtimes/settings/production.py index 50b97a3..ce03d83 100644 --- a/goodtimes/settings/production.py +++ b/goodtimes/settings/production.py @@ -6,7 +6,7 @@ from logging.handlers import TimedRotatingFileHandler DEBUG = False -ALLOWED_HOSTS = ["goodtimes.betadelivery.com"] +ALLOWED_HOSTS = ["goodtimes.betadelivery.com", "154.41.254.33"] LOGGING_DIR = os.path.join( diff --git a/goodtimes/settings/staging.py b/goodtimes/settings/staging.py index 17f6da8..3d36310 100644 --- a/goodtimes/settings/staging.py +++ b/goodtimes/settings/staging.py @@ -5,7 +5,7 @@ import colorlog from logging.handlers import TimedRotatingFileHandler DEBUG = False -ALLOWED_HOSTS = ["goodtimes.betadelivery.com"] +ALLOWED_HOSTS = ["goodtimes.betadelivery.com", "154.41.254.33"] LOGGING_DIR = os.path.join( diff --git a/templates/layout/base_template.html b/templates/layout/base_template.html index 216bc11..899c53e 100644 --- a/templates/layout/base_template.html +++ b/templates/layout/base_template.html @@ -4,7 +4,7 @@ -