Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Commit

Permalink
fix django path
Browse files Browse the repository at this point in the history
  • Loading branch information
risha700 committed Dec 2, 2020
1 parent 1b9fa22 commit 3177d97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
import django

sys.path.insert(0, os.path.abspath('.'))
# sys.path.insert(0, os.path.abspath('../..'))
# sys.path.insert(0, os.path.abspath('../../../app'))
sys.path.insert(0, os.path.abspath('../..'))

os.environ['DJANGO_SETTINGS_MODULE'] = 'app.settings'
django.setup()

Expand Down

0 comments on commit 3177d97

Please sign in to comment.