danirus / django-comments-xtd

A pluggable Django comments application with thread support, follow-up notifications, mail confirmation, like/dislike flags, moderation, a ReactJS plugin and Bootstrap 5.3.
https://django-comments-xtd.readthedocs.io
BSD 2-Clause "Simplified" License
594 stars 157 forks source link

Tutorial broken #152

Closed JonLevy closed 3 years ago

JonLevy commented 4 years ago

FYI, the tutorial is not compatible with Django 3. See[1]. You can fix it by adding an instruction under "Preparation" to pip install django==2.2 before pip install django-comments-xtd.

[1] https://stackoverflow.com/questions/55929472/django-templatesyntaxerror-staticfiles-is-not-a-registered-tag-library

danirus commented 4 years ago

@JonLevy, thanks for the report. Could you be a bit more specific? I understand what it's explained in the Stack Overflow thread, but I don't see where the Tutorial is not compliant. On loading the static template tag the tutorial is compliant. Please, give me a bit more information. Thanks again!

mennucc commented 3 years ago

I got the same issue.

You have to change the first line of templates/base.html it should read {% load static %}

danirus commented 3 years ago

Thanks @mennucc for your comment. I appreciate that you mention the actual issue.