Re: Another thread about static content

2009-02-11 Thread Ramiro Morales
On Tue, Feb 10, 2009 at 8:11 PM, djandrow wrote: > > I've move it just to the apache2.2 file so my conf is now: > > Options Indexes FollowSymLinks > > >SetHandler python-program >PythonHandler django.core.handlers.modpython >SetEnv DJANGO_SETTINGS_MODULE akonline.settings >Python

Re: Another thread about static content

2009-02-10 Thread djandrow
I've move it just to the apache2.2 file so my conf is now: Options Indexes FollowSymLinks SetHandler python-program PythonHandler django.core.handlers.modpython SetEnv DJANGO_SETTINGS_MODULE akonline.settings PythonOption django.root /akonline PythonDebug On PythonPath "

Re: Another thread about static content

2009-02-10 Thread djandrow
So would it be best to move my project somewhere else? On 10 Feb, 21:48, Ramiro Morales wrote: > On Tue, Feb 10, 2009 at 7:40 PM, djandrow wrote: > > > Hello all, > > > I know theres alot of threads like this out there but I'm still > > struggling. I've got a simple html template which i access

Re: Another thread about static content

2009-02-10 Thread Ramiro Morales
On Tue, Feb 10, 2009 at 7:40 PM, djandrow wrote: > > Hello all, > > I know theres alot of threads like this out there but I'm still > struggling. I've got a simple html template which i access through a > view: > > > > > > the template is in C:/Program Files/Apache2.2/htdocs/akonline/ > templa

Another thread about static content

2009-02-10 Thread djandrow
Hello all, I know theres alot of threads like this out there but I'm still struggling. I've got a simple html template which i access through a view: the template is in C:/Program Files/Apache2.2/htdocs/akonline/ templates/blogSite and the image is then in blogSite/media then in my conf I h