Live data from Hacker News

How Do I Build a Django, Django REST Framework, Angular 1.1.x and Webpack Project?

gregblogs.com

1–4 of 4 posts

Re: How Do I Build a Django, Django REST Framework, Angular 1.1.x and Webpack Project?

#3

Nice tutorial, but this is the easy part. Hosting a Django/Rails app in a production-ready environment is presumably a lot more difficult than this.

For production, I've been always using this tutorial [0] since 2013 and it works flawlessly : Django + nginx + supervisor. What's the problem ?

[0]: http://michal.karzynski.pl/blog/2013/06/09/django-nginx-guni...