Re: Static files not loading when debug is false

2012-09-10 Thread Karambir Singh Nain
gt; > On Sun, Sep 9, 2012 at 10:23 PM, Karambir Singh Nain > <akar...@gmail.com > > wrote: > >> I have a fairly simple django project having some views, templates and >> static files like css and images. My settings file include : >> >> STATIC_ROOT = '/home

Static files not loading when debug is false

2012-09-09 Thread Karambir Singh Nain
I have a fairly simple django project having some views, templates and static files like css and images. My settings file include : STATIC_ROOT = '/home/karambir/Codes/projects/cdi/cdi/static' STATIC_URL = '/static/' STATICFILES_DIRS = ( '/home/karambir/Codes/projects/cdi/cdi/data', )