0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 17:36:49 +01:00
wagtail/docs/advanced_topics
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
..
customisation Removed all uses of STATIC_URL from code samples, replaced with static(). 2016-04-28 10:57:22 +01:00
i18n Renamed "self" template variable to "page" in docs 2015-10-13 09:52:16 +01:00
images Docs for dynamic image serve view 2016-04-04 10:20:52 +01:00
deploying.rst Added openshift deployment infos using wagtail-openshift-quickstart 2016-04-06 11:44:25 +01:00
index.rst Moved advanced image topics into advanced topics 2016-01-27 11:27:16 +00:00
jinja2.rst feat(django 1.9): Move jinja2 tags out of templatetags folders 2015-12-09 11:40:35 +00:00
performance.rst Remove final references to django-compressor 2016-02-09 18:41:56 +00:00
privacy.rst Changed indentation on all code samples to 4 spaces. 2016-04-28 10:57:22 +01:00
settings.rst Changed indentation on all code samples to 4 spaces. 2016-04-28 10:57:22 +01:00
testing.rst Add docs for WagtailPageTests 2015-12-15 15:49:40 +00:00
third_party_tutorials.rst Remove dead link 2016-03-06 21:05:05 +00:00