|
1 | 1 | """ |
2 | 2 | Django settings for pythonpro project. |
3 | 3 |
|
4 | | -Generated by 'django-admin startproject' using Django 1.11.6. |
| 4 | +Generated by 'django-admin startproject' using Django 2.0b1. |
5 | 5 |
|
6 | 6 | For more information on this file, see |
7 | | -https://docs.djangoproject.com/en/1.11/topics/settings/ |
| 7 | +https://docs.djangoproject.com/en/dev/topics/settings/ |
8 | 8 |
|
9 | 9 | For the full list of settings and their values, see |
10 | | -https://docs.djangoproject.com/en/1.11/ref/settings/ |
| 10 | +https://docs.djangoproject.com/en/dev/ref/settings/ |
11 | 11 | """ |
12 | 12 |
|
13 | 13 | import os |
|
17 | 17 |
|
18 | 18 |
|
19 | 19 | # Quick-start development settings - unsuitable for production |
20 | | -# See https://docs.djangoproject.com/en/1.11/howto/deployment/checklist/ |
| 20 | +# See https://docs.djangoproject.com/en/dev/howto/deployment/checklist/ |
21 | 21 |
|
22 | 22 | # SECURITY WARNING: keep the secret key used in production secret! |
23 | | -SECRET_KEY = '-vpjdiw*uvkg0y!+_hxfeop)^dv1k(i+u()u#n)!6b5ns2bi0c' |
| 23 | +SECRET_KEY = '_vx-n(yf&188g_nn1k5z5o3=_mgq7byjeafh@rvttzw-okpmtm' |
24 | 24 |
|
25 | 25 | # SECURITY WARNING: don't run with debug turned on in production! |
26 | 26 | DEBUG = True |
|
71 | 71 |
|
72 | 72 |
|
73 | 73 | # Database |
74 | | -# https://docs.djangoproject.com/en/1.11/ref/settings/#databases |
| 74 | +# https://docs.djangoproject.com/en/dev/ref/settings/#databases |
75 | 75 |
|
76 | 76 | DATABASES = { |
77 | 77 | 'default': { |
|
82 | 82 |
|
83 | 83 |
|
84 | 84 | # Password validation |
85 | | -# https://docs.djangoproject.com/en/1.11/ref/settings/#auth-password-validators |
| 85 | +# https://docs.djangoproject.com/en/dev/ref/settings/#auth-password-validators |
86 | 86 |
|
87 | 87 | AUTH_PASSWORD_VALIDATORS = [ |
88 | 88 | { |
|
101 | 101 |
|
102 | 102 |
|
103 | 103 | # Internationalization |
104 | | -# https://docs.djangoproject.com/en/1.11/topics/i18n/ |
| 104 | +# https://docs.djangoproject.com/en/dev/topics/i18n/ |
105 | 105 |
|
106 | 106 | LANGUAGE_CODE = 'en-us' |
107 | 107 |
|
|
115 | 115 |
|
116 | 116 |
|
117 | 117 | # Static files (CSS, JavaScript, Images) |
118 | | -# https://docs.djangoproject.com/en/1.11/howto/static-files/ |
| 118 | +# https://docs.djangoproject.com/en/dev/howto/static-files/ |
119 | 119 |
|
120 | 120 | STATIC_URL = '/static/' |
0 commit comments