Add Django import to test_templatetags.py

This commit is contained in:
Mehraz Hossain Rumman 2025-11-06 12:40:25 +06:00 committed by GitHub
parent 813ee9de3d
commit d68ca125ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,5 @@
import unittest
import django
from django.template import Context, Template
from django.test import TestCase, override_settings