Sorry, I didn't see the reply from Thomas.

I do have a question about this answer, it says to use only in a
development environment. How can I handle this issue in a production
environment?

T

On Feb 4, 8:30 am, todd <[EMAIL PROTECTED]> wrote:
> Hi Django users,
>
> I have the same problem...
>
> Do I have to register the css in urls.py (I shouldn't think so)? Also
> I found the ADMIN_MEDIA_URL (I believe that's the setting, in the
> settings.py file) It mentions it should be the path to css, and
> javascript, but I guess that's only for the admin interface.
>
> T
>
> On Jan 2, 3:23 pm, "Ronaldo Z. Afonso" <[EMAIL PROTECTED]>
> wrote:
>
> > Hi all,
>
> > I'm having some problems with Django and CSS. It seems that my templates
> > just don't load the CSS file. I'm using some think like this:
>
> > <link type="text/css" rel="stylesheet" href="file.css" />
>
> > and the "file.css" is in the same directory as all my templates, but all
> > my pages are with no style.
> > So is there any special thing to do to use CSS with Django? Or can
> > anybody point me to a documentation about CSS in Django? I just found
> > one about CSS and the admin interface.
>
> > Thanks in advance.
> > Ronaldo.
--~--~---------~--~----~------------~-------~--~----~
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 unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to