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 158 forks source link

Documentation typo: "json.quotes" #202

Closed git1sal closed 4 years ago

git1sal commented 4 years ago

in https://django-comments-xtd.readthedocs.io/en/latest/example.html :

python manage.py loaddata ../fixtures/json.quotes

should be quotes.json

danirus commented 4 years ago

Thanks @a1tsal!