issue in loading static contents in django1.3+mod_wsgi+apache2
问题 I am facing problem with static files(Django1.3) when tried to deploy it in my local apache server(apache2+mod_wsgi), the problem only for the static contents other parts ok[its worked in the devlopment server]. My project now in a folder 'testcloud' in Ubandu Desktop,My project name is DjangoApis,Following is my project structure: Desktop->testcloud: DjangoApis ... mywebapp static templates templatetags urls.py views.py myapis ..... Settings.py STATIC_ROOT = '/home/jisson/Desktop/testcloud