#16633: Static files in 1.3 -------------------------------------------------+------------------------- Reporter: from_a_far@… | Owner: nobody Type: Cleanup/optimization | Status: new Milestone: | Component: Version: 1.3 | Documentation Keywords: SATIC_ROOT, STATIC_URL, | Severity: Normal STATICFILES_DIRS | Triage Stage: Has patch: 0 | Unreviewed UI/UX: 0 | Easy pickings: 1 -------------------------------------------------+------------------------- Just noticed the following in 1.3.
(correct me if I'm wrong) But it seems that if you want to use static files in a vanilla install you have to do one of the following: 1. Have a line in urls.py to point to your static files ([http://stackoverflow.com/questions/4730716/django-static-files-problem link]) 2. Put SATIC_ROOT in STATICFILES_DIRS ([http://stackoverflow.com/questions/4565935/django-staticfiles-app-help link]) Is there any chance that one of the above can be set as a default or that the docs can reflect this? BTW just like to commend the document keeps for describing (what could be construed as complex) 'collectstatic' in a succinct way. I was able to follow this change between version without trouble. Thank you. -- Ticket URL: <https://code.djangoproject.com/ticket/16633> Django <https://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.