Fueled / django-init

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

feat(provisioner) - remove extra uwsgi build from common tasks #303

Closed tucosaurus closed 6 years ago

tucosaurus commented 6 years ago

Why was this change necessary?

We are trying to build the uwsgi plugin before installing it.

How does it address the problem?

Removes the unnecessary task. We install the plugin in the uwsgi setup task file also.

Are there any side effects?

No.