Hi

You have to add ADMIN_MEDIA_PREFIX to your settings.py file, e.g.:
ADMIN_MEDIA_PREFIX = '/media/admin'

Regrads,
Marcin


On Feb 7, 6:35 pm, mangamonk <[EMAIL PROTECTED]> wrote:
> I'm trying to make a change to my templates here..
>
> /django_trunk/mysite/templates/admin/base_site.html
>
> But the templates being used are sitting here..
>
> /django_trunk/django/contrib/admin/templates/admin/base_site.html
>
> How do I get my site sitting athttp://127.0.0.1:8000/admin/to use my
> applications code and not the base django code.
>
> Do I need to adjust the PATH?
--~--~---------~--~----~------------~-------~--~----~
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