Hi, > What follows are my current settings. In settings.py, I have: > > STATIC_URL = '/static/' > INSTALLED_APPS = ('django.contrib.staticfiles',)
In order to get their static files served, apps need to be listed in the INSTALLED_APPS list. As you don't mention it, you probably need to add myapp in the INSTALLED_APPS. Regards, Xavier, Linovia. -- 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.