diff --git a/project-django-1.8/project_name/settings/base.py b/project-django-1.8/project_name/settings/base.py index 75dfb118cf0bea032c0ed70a1a0fb6a955b836fa..ad3c4d8d95bb6780c470482bcf85410e4006aacc 100644 --- a/project-django-1.8/project_name/settings/base.py +++ b/project-django-1.8/project_name/settings/base.py @@ -12,10 +12,10 @@ # production.py # # For more information on this file see -# https://docs.djangoproject.com/en/1.8/topics/settings/ +# https://docs.djangoproject.com/en/{{ docs_version }}/topics/settings/ # # For the full list of settings and their values, see -# https://docs.djangoproject.com/en/1.8/ref/settings/ +# https://docs.djangoproject.com/en/{{ docs_version }}/ref/settings/ # Base paths for accessing project root directory and directory where assets are @@ -80,7 +80,7 @@ WSGI_APPLICATION = '{{ project_name }}.wsgi.application' # Language, internationalisation, and time configuration. # # For details see -# https://docs.djangoproject.com/en/1.8/topics/i18n/ +# https://docs.djangoproject.com/en/{{ docs_version }}/topics/i18n/ LANGUAGE_CODE = 'en-us' TIME_ZONE = 'Europe/Stockholm' USE_I18N = True