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 1
1
from django .apps import apps
2
+ from django .contrib .staticfiles .storage import staticfiles_storage
2
3
from django .template .context_processors import csrf
3
4
from django .template .defaultfilters import (
4
5
cut ,
9
10
truncatewords ,
10
11
urlencode ,
11
12
)
12
- from django .contrib .staticfiles .storage import staticfiles_storage
13
13
from django .urls import reverse
14
14
15
15
from jinja2 import Environment
16
16
17
17
from pattern_library .monkey_utils import override_jinja_tags
18
18
19
-
20
19
if apps .is_installed ("pattern_library" ):
21
20
override_jinja_tags ()
22
21
Original file line number Diff line number Diff line change 1
1
import os
2
- from pattern_library .monkey_utils import override_jinja_tags
3
2
4
3
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
5
4
You can’t perform that action at this time.
0 commit comments