Re: How to host Django 1.4 with Python 2.7 on OpenShift DIY

2012-08-12 Thread Surya Kasturi
Haven't got any answer! So, I thought someone from Django users would be using it and might help. On Sun, Aug 12, 2012 at 7:33 PM, Mario Lacunza wrote: > Uhmm... Is not better ask the same to openshift support? > > Mario Lacunza > Enviado desde mi Motorola Atrix2 > El ago 12, 2012 6:55 a.m., "su

Re: Where I am wrong in loading static files ?

2012-06-22 Thread Surya Kasturi
Okay.. I am on it. On Fri, Jun 22, 2012 at 9:44 PM, Melvyn Sopacua wrote: > On 22-6-2012 15:53, surya wrote: > > This is my project folder hierarchy: > > > > project \ > >project \ > > __init__.py > > settings.py > > ur

Re: Where I am wrong in loading static files ?

2012-06-22 Thread Surya Kasturi
Its not working.. I even tried with static links.. On Fri, Jun 22, 2012 at 9:37 PM, Kurtis Mullins wrote: > For your URLs, use {{ STATIC_URL }}/css/index_css.css (or maybe {{ > STATIC_URL }}/app_name/css/index_css.css -- I've never tried this approach > before) > > > On Fri, Jun 22, 2012 at 11:55