Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shah-dhwanil committed Nov 22, 2020
1 parent 3b912db commit cbce920
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
import os
#import os
from django.conf import settings
# import sys
# sys.path.insert(0, os.path.abspath('.'))

Expand All @@ -26,7 +27,11 @@


# -- General configuration ---------------------------------------------------
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'docs.settings')
settings.configure(ENCRYPTION_KEY = 'XmeExmMq5tx1u9fbgLTKr26toW58OeC2sNvy1BEazSDBobWj0areehwvRUif',DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
}
})
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
Expand Down

0 comments on commit cbce920

Please sign in to comment.