a detail, put only: urlpatterns += staticfiles_urlpatterns()
instead: if settings.DEBUG: urlpatterns += staticfiles_urlpatterns() The django treat this in URLConf. 2011/5/18 Kevin Monceaux <ke...@rawfeddogs.net> > On Wed, May 18, 2011 at 03:03:42PM -0500, Kevin Monceaux wrote: > > > to: > > > > return render(response, 'index.html', {'form': form}) > > I should proof read more carefully. That should be: > > return render(request, 'index.html', {'form': form}) > > > > -- > > Kevin > http://www.RawFedDogs.net > http://www.WacoAgilityGroup.org > Bruceville, TX > > What's the definition of a legacy system? One that works! > Errare humanum est, ignoscere caninum. > > -- > 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...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > -- Att. Mário A. Chaves Neto Designer / U.I. Engineer MBA - Design Digital -- 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...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.