Re: can't find static file

2015-09-30 Thread James Schneider
Also, your error indicates that your URL request is using the 'image' directory, not 'images', which doesn't match your directory structure. -James On Sep 30, 2015 2:15 PM, "José Javier Castro Matamoros" wrote: > Hi Gary. Did you read the section *Serving static files during > development*. If y

Re: can't find static file

2015-09-30 Thread José Javier Castro Matamoros
Hi Gary. Did you read the section *Serving static files during development*. If you don't maybe this happen because you didn't add this code in the project/urls.py. rom django.conf import settingsfrom django.conf.urls.static import static urlpatterns = patterns('', # ... the rest of your URLco

can't find static file

2015-09-30 Thread Gary Roach
Hi all; Stats: Debian Linux 8 (jessie) python = 2.7.9 Django 1.7 (To match tutorial) sqlite data base Using virtualenv I'm working my way through the Tango With Rango tutorial and have hit a snag. I added the static/images directory and put in a jpg photo for data. The system can't find the fi