#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: 0 | Needs tests: 0 Patch needs improvement: 0 | ------------------------------------------------------+--------------------- Changes (by carljm):
* needs_docs: 1 => 0 Comment: No, you're misunderstanding. STATICFILES_DIRS allows you to add sources for static files: this is where you keep your static files. In development, staticfiles will automatically serve things from your staticfiles sources (app static/ subdirs, and STATICFILES_DIRS). STATIC_ROOT is completely unnecessary in local development. STATIC_ROOT (and the collectstatic command) are only needed for deployment with a real webserver. The collectstatic command copies (or symlinks) static files from all sources into STATIC_ROOT, where you can configure your front-end webserver to serve them. Trac isn't a support resource, so if this still isn't clear to you, please don't follow up here. Review the staticfiles docs (they've been significantly updated in the last few days for clarity on these exact points) and if it still isn't making sense ask in #django on IRC (I'm usually there and would be glad to help) or on the django-users mailing list. -- Ticket URL: <http://code.djangoproject.com/ticket/15202#comment:3> 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.