Skip to content

Commit 5141d55

Browse files
authored
On Django>=1.10 (maybe even 1.9) {% load static %} should be used instead of {% load static files %} (#54)
1 parent 04da29c commit 5141d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ A simple Line Chart example.
4949

5050
.. code-block:: html
5151

52-
{% load staticfiles %}
52+
{% load static %}
5353
<html>
5454
<head>
5555
<title>django-chartjs line chart demo</title>

0 commit comments

Comments
 (0)