> I solved this problem in the following way:
> 1) Set thestylesheetlink tag to
> 2) Created a rule in urls.py where r"^styles\.css" points to an
> appropriately written view.
> 3) Created a view that output the desired CSS code as plain text
> (using a template)
Hi, I'm pretty new to django, an
Florian Lindner skreiv:
> Hello,
> a common problem I have is that I have references in my main template like CSS
> or an background image:
>
>
>
> This template is used within different paths. Therefore I need to have the
> styles.css availabe in every path the template could be used.
> An alter
Am Sonntag, 16. September 2007 schrieb Christian Joergensen:
> Florian Lindner wrote:
> > Hello,
> > a common problem I have is that I have references in my main template
> > like CSS or an background image:
> >
> >
> >
> > This template is used within different paths. Therefore I need to have
>
On 9/16/07, Florian Lindner <[EMAIL PROTECTED]> wrote:
> This template is used within different paths. Therefore I need to have the
> styles.css availabe in every path the template could be used.
> An alternative would be give the entire URL href="http://xgm.de/styles.css.
> But then I need to cha
Florian Lindner wrote:
> Hello,
> a common problem I have is that I have references in my main template like
> CSS
> or an background image:
>
>
>
> This template is used within different paths. Therefore I need to have the
> styles.css availabe in every path the template could be used.
I'm
Hello,
a common problem I have is that I have references in my main template like CSS
or an background image:
This template is used within different paths. Therefore I need to have the
styles.css availabe in every path the template could be used.
An alternative would be give the entire URL hr
Florian Lindner wrote:
> Hello,
> a common problem I have is that I have references in my main template like
> CSS
> or an background image:
>
>
>
> This template is used within different paths. Therefore I need to have the
> styles.css availabe in every path the template could be used.
Coul
7 matches
Mail list logo