Re: loading a typical image to Django 1.3

2011-06-27 Thread vahidR
Here it is : "... importing other libs" from django.contrib.staticfiles.urls import staticfiles_urlpatterns ".URLs " urlpatterns += staticfiles_urlpatterns() On Jun 26, 8:38 pm, Kenny Meyer wrote: > What about your urls.py? > > Kenny > > > > > > > > On Sun, Jun

Re: loading a typical image to Django 1.3

2011-06-26 Thread Kenny Meyer
What about your urls.py? Kenny On Sun, Jun 26, 2011 at 1:15 PM, vahidR wrote: > Hi There, > > I have a very basic question about adding images to Django 1.3. > I've almost read the whole documents on adding Static files , searched > for relevant results both in here

loading a typical image to Django 1.3

2011-06-26 Thread vahidR
Hi There, I have a very basic question about adding images to Django 1.3. I've almost read the whole documents on adding Static files , searched for relevant results both in here and StackOverFlow and still have a problem with my case. Please take a look at my settings : STATIC_ROOT =