Re: static file problem with modwsgi+ apache2 with django1.3

2011-12-10 Thread Jisson Varghese
@ Ramiro Morales Thank you for your response, *edit the configuration file as you suggested ,But still am facing the problem.* I have one doubt about the configuration I used collectstatic command for static files, STATIC_ROOT = '/home/jisson/Desktop/testcloud.aws/DjangoApis/teststaticfiles/' STAT

Re: static file problem with modwsgi+ apache2 with django1.3

2011-12-10 Thread Ramiro Morales
On Sat, Dec 10, 2011 at 7:01 AM, Jiss wrote: > Settings.py > STATIC_ROOT = '/home/jisson/Desktop/testcloud.aws/DjangoApis/ > teststaticfiles/' This is wrong (although it shouldn' t affect your apache+mod_wsgi deployment), per the tree structure you posted earlier, you don't have a teststaticfile

static file problem with modwsgi+ apache2 with django1.3

2011-12-10 Thread Jiss
Hi all, I am new to django and web development. I am facing a 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 'testc