How Do I Build a Django, Django REST Framework, Angular 1.1.x and Webpack Project?
gregblogs.comThanks very much. Another rather helpful article is this one https://thinkster.io/django-angularjs-tutorial even though the Angular part get lost into complex stuffs.
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...