Abhyudai
Abhyudai
Hey maintainers, I really like this application. I would like to maintain this application and re-write the current codebase for some changes. From the top of my head, some of...
I used the following code to create a flow chart [Mermaid Live Editor](https://mermaidjs.github.io/mermaid-live-editor). ``` graph TD A(Coding for kids)--> B(Critical thinking) A --> C(Getting better at basic mathematics) A -->...
It should be noted that `django-comments-dab` does break `Django` convention in regard to the static files. On the [Managing Static Files](https://docs.djangoproject.com/en/3.0/howto/static-files/) page, on section 4 of "Configuring Static Files", Django...
### Describe the bug Currently, `managers` can be imported from `models`. ### Steps To Reproduce Something like this works: ```python from comment.models import CommentManager ``` ### Expected behavior Managers should...
### Change Type [ x] Refactor/Enhancement [ ] Testing [ ] CI/CD [ ] Other ### Proposed Changes After the change in d96fa5a26e35442daa052f833f4cd65fc7d9b003, static files are included implicitly in the...