Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Mar 3, 2021
1 parent f2e1fc9 commit ce7eaf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
'LANGUAGES': example_settings.LANGUAGES,
'MEDIA_ROOT': example_settings.MEDIA_ROOT,
'MEDIA_URL': example_settings.MEDIA_URL,
'MIDDLEWARE_CLASSES': example_settings.MIDDLEWARE_CLASSES,
'MIDDLEWARE': example_settings.MIDDLEWARE,
'ROOT_URLCONF': example_settings.ROOT_URLCONF,
'SECRET_KEY': example_settings.SECRET_KEY,
'SITE_ID': example_settings.SITE_ID,
Expand Down

0 comments on commit ce7eaf5

Please sign in to comment.