Added reqs and a wsgi file, will deploy using uwsgi

This commit is contained in:
Joshua McKenty 2013-04-16 10:07:21 -07:00
parent acec5e7011
commit 5a39a4ad28
2 changed files with 6 additions and 0 deletions

3
refstack.wsgi Normal file
View File

@ -0,0 +1,3 @@
import os
# os.environ['YOURAPPLICATION_CONFIG'] = '/var/www/yourapplication/application.cfg'
from refstack import web

View File

@ -0,0 +1,3 @@
requests
twisted
flask