-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
webservice now hosted on api.sanskritworld.in
- Loading branch information
drdhaval2785
committed
Dec 15, 2017
1 parent
e059a2b
commit 783d31f
Showing
3 changed files
with
69 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
import sys | ||
sys.path.insert(0, '/var/www/html/sanskritworldflask') | ||
sys.path.append('/usr/local/lib/python3.5/dist-packages') | ||
sys.path.append('/usr/lib/python3/dist-packages') | ||
from dhatu import app as application |