File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44Generated by 'django-admin startproject' using Django 3.1.1.
55
66For more information on this file, see
7- https://docs.djangoproject.com/en/3.1 /topics/settings/
7+ https://docs.djangoproject.com/en/6.0 /topics/settings/
88
99For the full list of settings and their values, see
10- https://docs.djangoproject.com/en/3.1 /ref/settings/
10+ https://docs.djangoproject.com/en/6.0 /ref/settings/
1111"""
1212from pathlib import Path
1313import os
8787WSGI_APPLICATION = 'codethesaurus.wsgi.application'
8888
8989# Database
90- # https://docs.djangoproject.com/en/3.1 /ref/settings/#databases
90+ # https://docs.djangoproject.com/en/6.0 /ref/settings/#databases
9191
9292DATABASES = {
9393 'default' : {
101101DATABASES ['default' ].update (db_from_env )
102102
103103# Password validation
104- # https://docs.djangoproject.com/en/3.1 /ref/settings/#auth-password-validators
104+ # https://docs.djangoproject.com/en/6.0 /ref/settings/#auth-password-validators
105105
106106AUTH_PASSWORD_VALIDATORS = [
107107 {
119119]
120120
121121# Internationalization
122- # https://docs.djangoproject.com/en/3.1 /topics/i18n/
122+ # https://docs.djangoproject.com/en/6.0 /topics/i18n/
123123
124124LANGUAGE_CODE = 'en-us'
125125
126126TIME_ZONE = 'UTC'
127127
128128USE_I18N = True
129129
130- USE_L10N = True
131-
132130USE_TZ = True
133131
134132# Static files (CSS, JavaScript, Images)
135- # https://docs.djangoproject.com/en/3.1 /howto/static-files/
133+ # https://docs.djangoproject.com/en/6.0 /howto/static-files/
136134# https://dev.to/fazledyn/deploying-django-3-1-on-heroku-417
137135# https://github.com/pkrefta/django-on-heroku/blob/3b2367fec9417230dbfba0235353403865386a41/django_on_heroku/core.py#L106
138136
You can’t perform that action at this time.
0 commit comments