holandes22 / rafee

1 stars 1 forks source link

Use nginx+wsgi for dev env #2

Closed holandes22 closed 9 years ago

holandes22 commented 9 years ago

Add to the vagrant deploy script and make it use as the default server.

This has two benefits:

  1. Not need to hold a terminal open to run the django dev server
  2. We are developing against a much closer env to production (the whole point of vagrant)

Also, we need to decide whether to user uWSGI or gunicorn

We need to make sure that static content is also served, specially from /static/rest_framework/

holandes22 commented 9 years ago

done