I put this in my urls file:

        (r'^site_media/(?P<path>.*)$', 'django.views.static.serve',
{'document_root': 'C:\django\Django-0.96.1\django\contrib\admin
\media'}),

but the program still can't find the dashboard:

<link rel="stylesheet" type="text/css" href="/media/css/
dashboard.css" />

What am I missing?

On Mar 1, 10:51 am, cjl <[EMAIL PROTECTED]> wrote:
> Carl:
>
> Check out:
>
> http://www.djangoproject.com/documentation/static_files/
>
> -cjlesh
--~--~---------~--~----~------------~-------~--~----~
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