Overview It actually makes no sense to call it the ‘djangular’ stack since both Django (API Backend) and Angular (Client) are two different components and are entirely independent from each other. This post describes the different areas and concepts we need to know when using the stack. There’s a lot…
Deployment is tedious Deployment is definitely tedious. The first time i tried to deploy a django application to the cloud, it almost took me 12 hours. Silly, yet true. Navigating through nginx, supervisor, gunicorn was troublesome. Here, i’m going to share to you my simple script in deploying…