mjia / waiverdb

Forked from waiverdb 7 years ago
Clone

4417c0f add the entry point for Gunicorn

Authored and Committed by mjia 7 years ago
1 file changed. 16 lines added. 0 lines removed.
    add the entry point for Gunicorn
    
    This will allow us to run waiverdb with Gunicorn:
    
      gunicorn -b 0.0.0.0:5004 waiverdb.wsgi:app
    
        
file added
+16