#15202: Changeset 15376 breaks implementation ------------------------------------------------------+--------------------- Reporter: liorsion | Owner: Status: closed | Milestone: Component: django.contrib.staticfiles | Version: SVN Resolution: invalid | Keywords: Triage Stage: Unreviewed | Has patch: 0 Needs documentation: 1 | Needs tests: 0 Patch needs improvement: 0 | ------------------------------------------------------+--------------------- Changes (by liorsion):
* needs_docs: 0 => 1 Comment: I understand what you mean on destination vs. source, however, I would think most of the time the destination of staticfile collection would be the source for my STATICFILES_DIRS -> this is why I used staticfiles collection. This is what I see in my mind: src->templates->html files static->css,js, img files static directory is outside the src directory. STATIC_ROOT is used as destination to which static files are collected (in my example it would be the static dir) however, since I want my static files to be provided from there, that's directory is inside my STATICFILES_DIRS as well, no? If not - I would appreciate some more information on how you think the setup would be implemented. thanks -- Ticket URL: <http://code.djangoproject.com/ticket/15202#comment:2> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.