Re: Staticfiles on shared hosting using FCGI

2012-01-27 Thread Andrea Mucci
Have you try this '%s/your_static_folder'%os.path.dirname(__file__) You crete a folder in the same position of settimg.py El 14/01/2012, a las 08:06, Tundebabzy escribió: > I am stuck after running collectstatic. I don't know how to point the > server to STATIC_ROOT. > Can someone give assista

Re: Staticfiles on shared hosting using FCGI

2012-01-15 Thread Babatunde Akinyanmi
Thanks. It worked. It seems my problem is with understand STATIC_URL setting On 1/15/12, francescortiz wrote: > You can place the static files in the public html directory via > symlink if allowed or copying them, and have rewrite rules that > redirect to your django fcgi instance only in case a

Re: Staticfiles on shared hosting using FCGI

2012-01-15 Thread francescortiz
You can place the static files in the public html directory via symlink if allowed or copying them, and have rewrite rules that redirect to your django fcgi instance only in case a a file doesn't exist. On Jan 14, 8:06 am, Tundebabzy wrote: > I am stuck after running collectstatic. I don't know h

Staticfiles on shared hosting using FCGI

2012-01-13 Thread Tundebabzy
I am stuck after running collectstatic. I don't know how to point the server to STATIC_ROOT. Can someone give assistance. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsu