removed all auth
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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(
|
||||
|
||||
@@ -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(
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, shrink-to-fit=no">
|
||||
<title>Nifty11 </title>
|
||||
<title> Goodtimes </title>
|
||||
{% load static %}
|
||||
<link rel="icon" type="image/x-icon" href="../src/assets/img/favicon.ico"/>
|
||||
<link href="../layouts/collapsible-menu/css/light/loader.css" rel="stylesheet" type="text/css" />
|
||||
|
||||
Reference in New Issue
Block a user