Skip to content

Commit d68ca12

Browse files
authored
Add Django import to test_templatetags.py
1 parent 813ee9d commit d68ca12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_templatetags.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import unittest
2+
import django
23

34
from django.template import Context, Template
45
from django.test import TestCase, override_settings

0 commit comments

Comments
 (0)