Skip to content Skip to sidebar Skip to footer
Showing posts with the label Web Deployment

Django Nginx Getting Csrf Verification Error In Production Over Http

I've just deployed my django project on AWS with nginx. Everything works well except for when w… Read more Django Nginx Getting Csrf Verification Error In Production Over Http

Django Using Nginx To Serve Static Content

I am trying to configure nginx to serve the static content for my django project on a remote VPS. I… Read more Django Using Nginx To Serve Static Content