Re: django under xampp under windows

2008-03-02 Thread Evert Rol
> 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

Re: django under xampp under windows

2008-03-02 Thread Carl
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: >