Skip to content
Snippets Groups Projects
Commit e811481f authored by Dmitry Shelepnev's avatar Dmitry Shelepnev
Browse files

Add Database settings stop and finish mark lines

parent 23ccb029
No related branches found
No related tags found
No related merge requests found
......@@ -78,6 +78,8 @@ TEMPLATES = [
WSGI_APPLICATION = 'sopds.wsgi.application'
#### SOPDS DATABASE SETTINGS START ####
# Database
# https://docs.djangoproject.com/en/1.9/ref/settings/#databases
......@@ -113,6 +115,8 @@ DATABASES = {
}
}
#### SOPDS DATABASE SETTINGS FINISH ####
# Password validation
# https://docs.djangoproject.com/en/1.9/ref/settings/#auth-password-validators
AUTH_PASSWORD_VALIDATORS = [
......@@ -134,9 +138,6 @@ AUTH_PASSWORD_VALIDATORS = [
# Internationalization
# https://docs.djangoproject.com/en/1.9/topics/i18n/
#LANGUAGE_CODE = 'en-US'
#LANGUAGE_CODE = 'ru-RU'
LOCALE_PATHS = (
os.path.join(BASE_DIR, 'sopds/locale'),
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment