wagtail/docs/advanced_topics/customisation
Robert Rollins 7523d7f57f Removed all uses of STATIC_URL from code samples, replaced with static().
Concatinating with settings.STATIC_URL is no longer reccomended for creating
URLs to static resources, because it doesn't take the configured storage engine
into account. For example, a site using S3 to store its static files will need
static URLs that link out to S3, rather than relative URLs within the same
domain.

I replaced it with django.contrib.staticfiles.templatetags.staticfiles.static()
in python example code, and the {% static %} tag in template examples.
2016-04-28 10:57:22 +01:00
..
branding.rst Removed all uses of STATIC_URL from code samples, replaced with static(). 2016-04-28 10:57:22 +01:00
index.rst
page_editing_interface.rst Various typo fixes and grammar/clarity improvements. 2016-03-10 15:11:41 +00:00