sorry, I'm just trying to use the dev server and added that url:
(r'^site_media/(?P<path>.*)$', 'django.views.static.serve',
{'document_root': '/Users/neridaj/django-templates/
neridaj/'}),
the url for static_media is being appended to the flatpage i.e.,
Failed to load source for:
http://127.0.0.1:8000/about/site_media/css/blueprint/screen.css
On Nov 11, 10:52 am, Daniel Roseman <[email protected]> wrote:
> On Nov 11, 3:48 pm, neridaj <[email protected]> wrote:
>
> > On Nov 11, 12:07 am, Daniel Roseman <[email protected]> wrote:
>
> > > Have you set anything up to serve media files?
> > I have a symbolic link named site_media in my project directory.
>
> How does that answer the question? What is serving the media
> files?http://docs.djangoproject.com/en/dev/howto/static-files/
> --
> DR.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---