Daniela Rus Morales

Results 111 comments of Daniela Rus Morales

I can't reproduce this bug. I marked it as a bug long ago, so I was able to reproduce it. Maybe it got fixed already as a side effect of...

Hi @Ronster2018, @vadim-zabolotniy, I just created a setup like yours (python 3.7, DRF 3.11.0 and Django 2.2.3). I successfully post against the example/comp site (see it in the examples directory...

So what is `Test`? Is it like `Article` in the `example/comp` directory?

I would prefer if you could put the code in a repository. We can use the collaboration tools of GitHub to nail the issue. Let me know when you have...

@Ronster2018, the project is incomplete. Among the fields needed in the `CommentCreate` view of the API, you have to pass the `timestamp` and `security_hash` fields. Those fields are automatically fed...

Yes, that's right, it's indeed missing. The project needs an API point to post comments. I put it in my todo list, along with writing new documentation about how to...

Hi @sabyasachi, there is a setting called [COMMENTS_XTD_API_GET_USER_AVATAR](https://django-comments-xtd.readthedocs.io/en/latest/settings.html#comments-xtd-api-get-user-avatar) that allows you to customize how to obtain the avatar. But there is no setting to disable the avatar. In v3 the...

Hi @abiatarfestus, Check if you are not loading the `bootstrap.min.css` file in your `base.html` template. You need [this line](https://github.com/danirus/django-comments-xtd/blob/master/example/comp/templates/base.html#L11) in your templates.

Yes, that's correct. It's outdated. However the evolution of the app goes towards no frontend dependencies. In the next major version of the application there will be no use of...

Hi @beasyx0, it seems to be the same issue as #256. It will be fixed in the next release, v2.8.2. Thanks for reporting it.