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 5858 'parler' ,
5959
6060 # links
61- 'djangocms-link ' ,
62-
61+ 'djangocms_link ' ,
62+
6363 # the next-gen text editor - optional, but used in most projects
6464 'djangocms_text' ,
6565
8181 'djangocms_frontend.contrib.image' ,
8282 'djangocms_frontend.contrib.tabs' ,
8383 'djangocms_frontend.contrib.utilities' ,
84+
85+ 'taggit' ,
86+ 'taggit_autosuggest' ,
87+ 'meta' ,
88+ 'sortedm2m' ,
89+ 'djangocms_blog' ,
8490]
8591
8692MIDDLEWARE = [
Original file line number Diff line number Diff line change 55
66urlpatterns = [
77 path ('admin/' , admin .site .urls ),
8+ path ('taggit_autosuggest/' , include ('taggit_autosuggest.urls' )),
9+
810]
911
1012if settings .DEBUG :
Original file line number Diff line number Diff line change 44#
55# pip-compile --output-file=requirements.txt requirements.in
66#
7+
8+ git+https://github.com/fsbraun/djangocms-blog.git@develop-4#egg=djangocms-blog
9+
710asgiref == 3.8.1
811 # via django
912boto3 == 1.35.50
You can’t perform that action at this time.
0 commit comments