Sorry for the incomplete message.

This what the structure looks like now

mysite/

      media /
               css /
                      file1
               js/
                       js1
               img/
                       img1


Settings.py

MEDIA_ROOT = ''
MEDIA_URL = ''
ADMIN_MEDIA_PREFIX = '/media/'

This is tested using development server and I have checked after deleting
cache.  But if if modify my css file, it still takes from my django
installation not from my local css file !

Please let me know what i am missing !

Thanks.

Rahul








On Sat, Apr 9, 2011 at 7:34 PM, rahul jain <jainwolver...@gmail.com> wrote:

> All,
>
> I copied the media directory from django project into my site project.
> This is what it looks like now
>
> mysite/
>
>
>
>
>

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to