Deploying Django with Python 3
On the last few days I’ve had a hard time deploying a personal project of mine. First of all, I was not deploying a regular Django app. Instead, I separated my frontend from my backend, so I had to serve my frontend’s static files on one hand, and django and its statics for the admin […]
Read more "Deploying Django with Python 3"