Thank you. I've done made changes according to your suggestions, but
the css appears not to load. I am using apache, not the built-in web
server.

On Nov 30, 5:14 pm, Robert S <[email protected]> wrote:
> Well - that's one way
> A simpler way is to use your settings.py file to point to your media,
> and remove all reference to .css from your url.py files
>
> ...
>
> # Absolute path to the directory that holds media.
> # Example: "/home/media/media.lawrence.com/"
> MEDIA_ROOT = '/path_to_media_root/static_media/'
>
> # URL that handles the media served from MEDIA_ROOT. Make sure to use
> a
> # trailing slash if there is a path component (optional in other
> cases).
> # Examples: "http://media.lawrence.com";, "http://example.com/media/";
> MEDIA_URL = '/static_media/'
>
> ...

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected].
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