Skip to content

Commit

Permalink
Tweak sys.path
Browse files Browse the repository at this point in the history
  • Loading branch information
Mortal committed Dec 9, 2016
1 parent aef41d2 commit 5a94160
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tutormail/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
import django
import django.db

sys.path.append('/home/mftutor/web/web')
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "mftutor.settings")
django.setup()

Expand Down

0 comments on commit 5a94160

Please sign in to comment.