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

Django Gunicorn Not Load Static Files

i'm trying to deploy my django project with gunicorn and nginx, but i need some help. when i co… Read more Django Gunicorn Not Load Static Files

Django Nginx Static Files 404

Here are my settings : STATIC_URL = '/static/' STATICFILES_DIRS = ( os.path.join(BASE_… Read more Django Nginx Static Files 404

How To Debug Django Exceptions In Openshift Applications

Background: I am deploying a django application with Python 2.7.5 && Django 1.6. Currently… Read more How To Debug Django Exceptions In Openshift Applications