File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Translators can provide translations for this application by becoming a collabor
49
49
50
50
### Translations for Developers
51
51
52
- For more information about Django's translation framework, see https://docs.djangoproject.com/en/1.8 /topics/i18n/translation/
52
+ For more information about Django's translation framework, see https://docs.djangoproject.com/en/4.2 /topics/i18n/translation/
53
53
54
54
If you add new text to the interface, ensure to wrap it in the relevant gettext blocks/functions.
55
55
Original file line number Diff line number Diff line change 4
4
Generated by 'django-admin startproject' using Django 2.1.3.
5
5
6
6
For more information on this file, see
7
- https://docs.djangoproject.com/en/2.1 /topics/settings/
7
+ https://docs.djangoproject.com/en/4.2 /topics/settings/
8
8
9
9
For the full list of settings and their values, see
10
- https://docs.djangoproject.com/en/2.1 /ref/settings/
10
+ https://docs.djangoproject.com/en/4.2 /ref/settings/
11
11
"""
12
12
13
13
import os
100
100
}
101
101
102
102
# Password validation
103
- # https://docs.djangoproject.com/en/2.1 /ref/settings/#auth-password-validators
103
+ # https://docs.djangoproject.com/en/4.2 /ref/settings/#auth-password-validators
104
104
105
105
AUTH_PASSWORD_VALIDATORS = [
106
106
{
119
119
120
120
121
121
# Internationalization
122
- # https://docs.djangoproject.com/en/2.1 /topics/i18n/
122
+ # https://docs.djangoproject.com/en/4.2 /topics/i18n/
123
123
124
124
LANGUAGE_CODE = settings .LANGUAGE_CODE
125
125
TIME_ZONE = settings .TIME_ZONE
132
132
LOCALE_PATHS = (BASE_DIR / "cove_oc4ids" / "locale" ,)
133
133
134
134
# Static files (CSS, JavaScript, Images)
135
- # https://docs.djangoproject.com/en/2.1 /howto/static-files/
135
+ # https://docs.djangoproject.com/en/4.2 /howto/static-files/
136
136
137
137
# We can't take STATIC_URL and STATIC_ROOT from cove settings,
138
138
# ... otherwise the files appear under the BASE_DIR that is the Cove library install.
Original file line number Diff line number Diff line change 4
4
It exposes the WSGI callable as a module-level variable named ``application``.
5
5
6
6
For more information on this file, see
7
- https://docs.djangoproject.com/en/2.1 /howto/deployment/wsgi/
7
+ https://docs.djangoproject.com/en/4.2 /howto/deployment/wsgi/
8
8
"""
9
9
10
10
import os
You can’t perform that action at this time.
0 commit comments