removed all auth

This commit is contained in:
rizwanisready
2024-02-29 20:11:11 +05:30
parent ea8d8dd002
commit c3746398f5
4 changed files with 8 additions and 8 deletions

View File

@@ -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",

View File

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

View File

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

View File

@@ -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" />