18F / 10x-translation-service

10x project to investigate a government-wide open source translation service.
https://translate.app.cloud.gov/projects/
Other
3 stars 4 forks source link

Setup WSGI app and proper static files for production #1

Open adborden opened 6 years ago

adborden commented 6 years ago

Currently, we're running in a non-production mode. We need to setup the app to serve static files and put the server behind a WSGI application.