File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 58
58
'parler' ,
59
59
60
60
# links
61
- 'djangocms-link ' ,
62
-
61
+ 'djangocms_link ' ,
62
+
63
63
# the next-gen text editor - optional, but used in most projects
64
64
'djangocms_text' ,
65
65
81
81
'djangocms_frontend.contrib.image' ,
82
82
'djangocms_frontend.contrib.tabs' ,
83
83
'djangocms_frontend.contrib.utilities' ,
84
+
85
+ 'taggit' ,
86
+ 'taggit_autosuggest' ,
87
+ 'meta' ,
88
+ 'sortedm2m' ,
89
+ 'djangocms_blog' ,
84
90
]
85
91
86
92
MIDDLEWARE = [
Original file line number Diff line number Diff line change 5
5
6
6
urlpatterns = [
7
7
path ('admin/' , admin .site .urls ),
8
+ path ('taggit_autosuggest/' , include ('taggit_autosuggest.urls' )),
9
+
8
10
]
9
11
10
12
if settings .DEBUG :
Original file line number Diff line number Diff line change 4
4
#
5
5
# pip-compile --output-file=requirements.txt requirements.in
6
6
#
7
+
8
+ git+https://github.com/fsbraun/djangocms-blog.git@develop-4#egg=djangocms-blog
9
+
7
10
asgiref == 3.8.1
8
11
# via django
9
12
boto3 == 1.35.50
You can’t perform that action at this time.
0 commit comments