File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Next use the `templatetag` in your template:
2424
2525```
2626<!DOCTYPE html>
27- {% load staticfiles simpleanalytics_tags %}
27+ {% load static simpleanalytics_tags %}
2828<html>
2929 <head>
3030 <meta charset="utf-8">
Original file line number Diff line number Diff line change 4141 "Programming Language :: Python :: 3.6" ,
4242 "Programming Language :: Python :: 3.7" ,
4343 "Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Page Counters" ,
44- "Framework :: Django :: 1.8" ,
45- "Framework :: Django :: 1.9" ,
4644 "Framework :: Django :: 2.0" ,
4745 "Framework :: Django :: 2.1" ,
4846 "Framework :: Django :: 2.2" ,
47+ "Framework :: Django :: 3.0" ,
4948 ],
5049 version = '1.0.3' ,
5150 description = 'Simple Analytics template tags for Django' ,
5655 author = 'Simple Analytics' ,
5756 author_email = 'support@mail.simpleanalytics.io' ,
5857 install_requires = [
59- 'Django>=1.8 ' ,
58+ 'Django>=2.0 ' ,
6059 ],
6160)
You can’t perform that action at this time.
0 commit comments