Deployment of Django application using fabric on Nginx web server

I am going to cover basic workflow for how to deploy Django application on Nginx using Fabric. Fabric is a fantastic tool perfectly suited… Read more

Similar

Making an existing Django app run faster

Django might not be the most trendy framework to use anymore, but it's insanely stable, extendable and has an active community around it. That, and simply because I am able to build stuff with it fast, I used it to build my app [MentorCruise.com](https://... (more…)

Read more »