wagtail/docs/reference
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
..
contrib The "code-block:: json" tag doesn't work for full HTML response text. 2016-04-28 10:57:22 +01:00
pages Changed indentation on all code samples to 4 spaces. 2016-04-28 10:57:22 +01:00
hooks.rst Removed all uses of STATIC_URL from code samples, replaced with static(). 2016-04-28 10:57:22 +01:00
index.rst
management_commands.rst Added --schema-only flag to update_index command 2016-04-12 16:21:46 +01:00
project_template.rst
signals.rst Fix internal links 2016-03-06 21:05:05 +00:00