We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3742757 commit be21a99Copy full SHA for be21a99
docs/installation.rst
@@ -38,8 +38,8 @@ Make sure that ``'django.contrib.staticfiles'`` is `set up properly
38
STATIC_URL = '/static/'
39
40
Make sure your ``TEMPLATES`` setting contains a ``DjangoTemplates`` backend
41
-whose ``APP_DIRS`` options is set to ``True``. It’s in there by default, so
42
-you’ll only need to change this if you’ve changed that setting.
+whose ``APP_DIRS`` options is set to ``True``. It's in there by default, so
+you'll only need to change this if you've changed that setting.
43
44
45
If you're upgrading from a previous version, you should review the
0 commit comments