File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 11from django .apps import apps
2+ from django .contrib .staticfiles .storage import staticfiles_storage
23from django .template .context_processors import csrf
34from django .template .defaultfilters import (
45 cut ,
910 truncatewords ,
1011 urlencode ,
1112)
12- from django .contrib .staticfiles .storage import staticfiles_storage
1313from django .urls import reverse
1414
1515from jinja2 import Environment
1616
1717from pattern_library .monkey_utils import override_jinja_tags
1818
19-
2019if apps .is_installed ("pattern_library" ):
2120 override_jinja_tags ()
2221
Original file line number Diff line number Diff line change 11import os
2- from pattern_library .monkey_utils import override_jinja_tags
32
43# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
54
You can’t perform that action at this time.
0 commit comments