> I put this in my urls file:
>
> (r'^site_media/(?P.*)$', '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:
>
>
Check your ADMIN_MEDIA_PREFIX in your settings.py file, and make su
I put this in my urls file:
(r'^site_media/(?P.*)$', '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:
What am I missing?
On Mar 1, 10:51 am, cjl <[EMAIL PROTECTED]> wrote:
> Carl:
>
2 matches
Mail list logo