docs updated

This commit is contained in:
Artur Barseghyan 2017-12-17 23:12:42 +01:00
parent 017d6ac8c5
commit ce6b3f16b9
2 changed files with 18 additions and 0 deletions

View file

@ -93,3 +93,20 @@ elif versions.DJANGO_1_10:
LOGGING = {}
DEBUG_TOOLBAR = False
DATABASES = {
'default': {
# Add 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'oracle'.
'ENGINE': 'django.db.backends.sqlite3',
# Or path to database file if using sqlite3.
'NAME': PROJECT_DIR('../../db/example.db'),
# The following settings are not used with sqlite3:
'USER': '',
'PASSWORD': '',
# Empty for localhost through domain sockets or '127.0.0.1' for
# localhost through TCP.
'HOST': '',
# Set to empty string for default.
'PORT': '',
}
}

View file

@ -29,6 +29,7 @@ they will be listed in the options action call. All content fields are of type
- content_image
- content_image_url
- content_richtext
- content_text
- content_video