Re: static files (development server)

2011-08-06 Thread veva...@yandex.ru
On 6 авг, 18:48, Shawn Milochik wrote: > Are you running collectstatic after making those changes? After Your advice I did so without any success. The details are: I use django 1.3, Windows on a local computer. 1) I removed 'products' and 'thumbnails' subfolders from 'image' folder and placed an i

Re: static files (development server)

2011-08-06 Thread Shawn Milochik
Are you running collectstatic after making those changes? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...

Re: static files (development server)

2011-08-06 Thread veva...@yandex.ru
I have got working test project but it works very strange. http://www.w3.org/1999/xhtml"; xml:lang="en"> What is strange: if I rename an image file or any directory and change a reference accordingly, an image disappears from the page. -- You received this message because you are s

Re: static files (development server)

2011-08-02 Thread veva...@yandex.ru
Tom, I added from django.contrib.staticfiles.urls import staticfiles_urlpatterns and if settings.DEBUG: urlpatterns += staticfiles_urlpatterns() to urlconf, but didn't get any result. Vladimir -- You received this message because you are subscribed to the Google Groups "Django users" group.

Re: static files (development server)

2011-08-02 Thread Tom Evans
On Tue, Aug 2, 2011 at 5:19 AM, veva...@yandex.ru wrote: > I see I don't understand how can I use static files using the > development server. I saw several answers to this question of other > people but they are too breaf for me. I think I follow advices but > without any result. > Books on Djang