Fueled / django-init

Project template used at Fueled for scaffolding new Django based projects. :dizzy:
Other
189 stars 46 forks source link

Install uwsgi as project dependency only on heroku servers #298

Closed theskumar closed 6 years ago

theskumar commented 6 years ago

Why was this change necessary?

uwsgi is not needed as a project dependency if running on either local or linux instances via ansible, but only on Heroku.

How does it address the problem?

Only if heroku is selected, then the dependency is added, and keeps the uwsgi.ini file, else removed.

Are there any side effects?

Nope.