Skip to content

Commit

Permalink
production prep
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanhelmig committed Mar 21, 2012
1 parent ef5aa84 commit 46029f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions requirements.txt
@@ -1,7 +1,10 @@
Django==1.3.1
Flask==0.8
Jinja2==2.6
Werkzeug==0.8.3
gevent==0.13.6
greenlet==0.3.4
pydns==2.3.6
redis==2.4.11
simplejson==2.4.0
wsgiref==0.1.2
2 changes: 1 addition & 1 deletion runserver.py
Expand Up @@ -9,7 +9,7 @@

@werkzeug.serving.run_with_reloader
def runServer():
ws = gevent.wsgi.WSGIServer(('', 5000), app)
ws = gevent.wsgi.WSGIServer(('', 24259), app)
ws.serve_forever()

runServer()

0 comments on commit 46029f3

Please sign in to comment.