|
@@ -4,10 +4,10 @@ Django settings for temp project.
|
|
|
Generated by 'django-admin startproject' using Django 1.10.5.
|
|
|
|
|
|
For more information on this file, see
|
|
|
-https://docs.djangoproject.com/en/1.10/topics/settings/
|
|
|
+https://docs.djangoproject.com/en/3.2/topics/settings/
|
|
|
|
|
|
For the full list of settings and their values, see
|
|
|
-https://docs.djangoproject.com/en/1.10/ref/settings/
|
|
|
+https://docs.djangoproject.com/en/3.2/ref/settings/
|
|
|
"""
|
|
|
|
|
|
import os
|
|
@@ -17,7 +17,7 @@ PROJECT_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
|
|
BASE_DIR = os.path.dirname(PROJECT_DIR)
|
|
|
|
|
|
# Quick-start development settings - unsuitable for production
|
|
|
-# See https://docs.djangoproject.com/en/1.10/howto/deployment/checklist/
|
|
|
+# See https://docs.djangoproject.com/en/3.2/howto/deployment/checklist/
|
|
|
|
|
|
# SECURITY WARNING: keep the secret key used in production secret!
|
|
|
SECRET_KEY = 'c6u0-9c!7nilj_ysatsda0(f@e_2mws2f!6m0n^o*4#*q#kzp)'
|
|
@@ -109,7 +109,7 @@ WSGI_APPLICATION = 'bakerydemo.wsgi.application'
|
|
|
|
|
|
|
|
|
# Database
|
|
|
-# https://docs.djangoproject.com/en/1.10/ref/settings/#databases
|
|
|
+# https://docs.djangoproject.com/en/3.2/ref/settings/#databases
|
|
|
|
|
|
DATABASES = {
|
|
|
'default': {
|
|
@@ -120,7 +120,7 @@ DATABASES = {
|
|
|
|
|
|
|
|
|
# Password validation
|
|
|
-# https://docs.djangoproject.com/en/1.10/ref/settings/#auth-password-validators
|
|
|
+# https://docs.djangoproject.com/en/3.2/ref/settings/#auth-password-validators
|
|
|
|
|
|
AUTH_PASSWORD_VALIDATORS = [
|
|
|
{
|
|
@@ -139,7 +139,7 @@ AUTH_PASSWORD_VALIDATORS = [
|
|
|
|
|
|
|
|
|
# Internationalization
|
|
|
-# https://docs.djangoproject.com/en/1.10/topics/i18n/
|
|
|
+# https://docs.djangoproject.com/en/3.2/topics/i18n/
|
|
|
|
|
|
LANGUAGE_CODE = 'en-us'
|
|
|
|
|
@@ -153,7 +153,7 @@ USE_TZ = True
|
|
|
|
|
|
|
|
|
# Static files (CSS, JavaScript, Images)
|
|
|
-# https://docs.djangoproject.com/en/1.8/howto/static-files/
|
|
|
+# https://docs.djangoproject.com/en/3.2/howto/static-files/
|
|
|
|
|
|
STATICFILES_FINDERS = [
|
|
|
'django.contrib.staticfiles.finders.FileSystemFinder',
|