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

Commit

Permalink
added a paster wrapper for gunicorn
Browse files Browse the repository at this point in the history
  • Loading branch information
tarekziade committed Mar 28, 2013
1 parent 1860b0d commit e93621d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runserver.py
@@ -0,0 +1,3 @@
from paste.deploy import loadapp

application = loadapp('config:monolith.ini', relative_to='.')

0 comments on commit e93621d

Please sign in to comment.