mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-05-27 13:33:59 +00:00
docs updated
This commit is contained in:
parent
017d6ac8c5
commit
ce6b3f16b9
2 changed files with 18 additions and 0 deletions
|
|
@ -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': '',
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue