Skip to content

Commit

Permalink
up docs
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed May 29, 2019
1 parent 518733b commit ffecab2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
copyright = u'2019, Artur Barseghyan <[email protected]>'

# -- Django configuration ------------------------------------------------------
os.environ["DJANGO_SETTINGS_MODULE"] = "settings.dev"
os.environ["DJANGO_SETTINGS_MODULE"] = "settings.docs"
import django

django.setup()
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py.distrib
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ except Exception as e:
copyright = u'2019, Artur Barseghyan <[email protected]>'

# -- Django configuration ------------------------------------------------------
os.environ["DJANGO_SETTINGS_MODULE"] = "settings.dev"
os.environ["DJANGO_SETTINGS_MODULE"] = "settings.docs"
import django

django.setup()
Expand Down
3 changes: 3 additions & 0 deletions examples/simple/settings/docs.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from .base import *

LOGGING = {}

0 comments on commit ffecab2

Please sign in to comment.