Viima / jquery-comments

The Javascript library of choice for implementing commenting in your web app
http://viima.github.io/jquery-comments/
MIT License
293 stars 118 forks source link

I have tried to install and didn't succeed... #160

Closed ghost closed 4 years ago

ghost commented 5 years ago

I am using Django to build my website but I want to add a commenting system to it. so I tried to add the CSS styles to the head and the javascript scripts before the closing body tag, but it didn't work.

I also created a div container with these properties: id="comments-container" class="jquery-comments"

Can someone help, please?

jessenieminen commented 4 years ago

Unfortunately we don't currently have the resources to provide step-by-step instructions for every kind of a project.

However, I would suggest you take a look at DFR and use it to create a REST API to use with our library: https://www.django-rest-framework.org/