So is your media stored at "" a...@h2oamr:~/django/amr/media? ""
and you MEDIA_ROOT = '/home/amr/django/media' ?
Rob
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubsc
Here is my symbolic link to what I believe is the admin media:
media -> /usr/local/lib/python2.6/site-packages/django/contrib/admin/
media
Here's what's in that directory:
a...@h2oamr:~/django/amr$ ls -lH media
total 12
drwxr-xr-x 2 root root 4096 Sep 15 13:54 css
drwxr-xr-x 4 root root 4096 Sep
So your admin media (js, css, images, etc) isn't working?
Try two things:
1. Open the source of some admin page. Look at some image, css, or js
object. Find the path where it is pointing. Does this path makes
sense? (Have you put it in the settings.py file?)
2. Check your site settings. If you a
Tried suggestions, and still do not get full graphics. Everything else
works. Users are displayed, and so on.
On Nov 2, 12:24 pm, octopusgrabbus wrote:
> Thanks. I'll try your suggestions. I am using the phrase no graphics
> to mean the admin site comes up, but doesn't have all the nice
> backgro
Thanks. I'll try your suggestions. I am using the phrase no graphics
to mean the admin site comes up, but doesn't have all the nice
background.
On Nov 1, 3:41 pm, Robbington wrote:
> Hi,
>
> By 'with out graphics' do you mean no css or Javascript?
>
> If so you want to make sure the value for the
Hi,
By 'with out graphics' do you mean no css or Javascript?
If so you want to make sure the value for these 3 varibles are correct
as its not governed by the templates list.
MEDIA_ROOT = ' /var/www/django_project/media' # Where media is the
copied folder of admin media or a symbolic link if you
6 matches
Mail list logo