snehlata08
snehlata08
I have followed the given tutorial for the given example project of machina. https://django-machina.readthedocs.io/en/stable/customization/recipes/using_another_markup_language.html But still I am getting the error while making server ``` File "/usr/lib/python3.6/importlib/__init__.py", line 126, in...
I replaced the markdown editor of machina with ckeditor using ckeditor javascript file. The content posted with that is not proper. Its removing all the html tags from the final...
Currently the posts/topics which are disapproved gets deleted straight away from the database. I request a feature where the posts are not deleted for certain days(for eg. 15 days) so...
There seems to be a bug in the unread forum count which is appearing on the icon. Some times when a user has made a reply and the other user...
I am following [this tutorial](https://django-machina.readthedocs.io/en/stable/customization/index.html) to customise machina. ``` import os TEMPLATES = [ { 'BACKEND': 'django.template.backends.django.DjangoTemplates', 'DIRS': [ os.path.join(PROJECT_PATH, 'myproject/templates'), MACHINA_MAIN_TEMPLATE_DIR, ], 'OPTIONS': { 'context_processors': [ # [...] ],...
### Checklist - [x] I verified that Kanboard is correctly installed - [x] I verified that the problem does not come from a plugin - [x] I verified that the...
I am trying to add multiple mentions in the kanboard editor. How can we replace the text editor with an open source javascript based text editor.
### Summary: I want to create a reminder very similar to google calendar custom reminder feature. Where user can select number of days/weeks/months/years using djano-celery periodic task and crontab. For...
## Terraform version, Kubernetes provider version and Kubernetes version ``` Terraform version: 1.2.2 Kubernetes version: 1.21.9 ``` ## Question I was getting error of Error No. 37 No locks available....
I have been trying to install piicatcher and spacy since yesterday using pip3, but this gets stuck to ` Downloading croniter-0.3.17.tar.gz ` What needs to be done to install piicatcher....