Re: Template and Static content

2008-04-22 Thread [EMAIL PROTECTED]
Actually Duke you can use Django to store static content, it is just inefficient, for example if you are doing a school project it is perfectly acceptable but commercial development you want to go and grab Apache. On Apr 22, 7:32 am, Alex Morega <[EMAIL PROTECTED]> wrote: > On Apr 22, 2008, at 14

Re: Template and Static content

2008-04-22 Thread Alex Morega
On Apr 22, 2008, at 14:30 , Duke wrote: > Can i use Template directory or its subdirectory to store the static > content(JPG, CSS, JS GIF). No, the preferred way is to serve those files separately (see http://www.djangoproject.com/documentation/static_files/ ). --~--~-~--~~-

Template and Static content

2008-04-22 Thread Duke
Can i use Template directory or its subdirectory to store the static content(JPG, CSS, JS GIF). Pls comment on this topic Thank Duke --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to thi