Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
ensure we use mkt settings for receipt verify (bug 907647)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy McKay committed Sep 5, 2013
1 parent c745c5a commit 87dfc31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/wsgi/receiptverify.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import os
import site

os.environ['DJANGO_SETTINGS_MODULE'] = 'settings_local_mkt'

wsgidir = os.path.dirname(__file__)
for path in ['../',
'../..',
Expand Down

0 comments on commit 87dfc31

Please sign in to comment.