You template should all inherit from (aka extend) a base template. So include the html code for the ccs in the base template... -- Emmanuel Mayssat
On Mon, Dec 27, 2010 at 6:07 AM, Chris Lawlor <lawlor.ch...@gmail.com> wrote: > Django doesn't server static files (like your CSS file) by default - > but you can configure the development server to do so: > http://docs.djangoproject.com/en/dev/howto/static-files/ > > Note that this has changed a lot in Django 1.3, so be sure to view the > correct version of that page for the version of Django that you are > using. > > In production, you should almost always configure another server to > serve static files. > > On Dec 27, 8:29 am, Bithu <bithin2...@gmail.com> wrote: >> When i was trying to load an external stylesheet it was not working. >> But the internal css is working nicely. >> >> What should i do to link my .css file to my html template which is >> inside my template folder. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to django-us...@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.