Skip to content

Commit

Permalink
fix wsgi for new package format (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulbot committed Dec 4, 2015
1 parent 3f67636 commit febed2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.wsgi
Expand Up @@ -6,4 +6,4 @@ basedir = os.path.dirname(os.path.abspath(__file__))
sys.path.append(basedir)

# tell wsgi what to use as the application
from databasic.application import app as application
from databasic import app as application

0 comments on commit febed2c

Please sign in to comment.