Luís Gustavo
Luís Gustavo
Hi, I'm using django 4.0.3, and the migrations worked correctly.
Hello @efong505, I'm using it in production, and it's working perfectly fine. In the case of the question's error message, I believe the error occurred due to adding the summernote...
No problems. That's right, I'm referring to Installed_Apps, regarding the documentation it's on the project's homepage on github, I followed the step by step and it worked correctly: https://github.com/summernote/django-summernote
OK. In this case I added the 'django_summernote', in the INSTALLED_APPS. Regarding the Django version I'm using 4.0.3, if possible try installing this version to see if it works. pip...
@efong505 I developed a project using Django version 4.0.5, and also using Django summernote, I added a commit with all the settings I made to add django_summernote. https://github.com/luisgs7/app-django-summernote Any doubt...
@efong505 Glad it worked, I figured you were already using virtual environments. Any questions I'm at your disposal, have a great day. Luís
Hello @efong505 I'm using this library in a Django project, using the LTS version of Django, which is even recommended for commercial projects. The LTS version is: Django==3.2.15 link for...
> Hi I have open balena and open balena admin installed and running on the same server and I have confirmed all my DNS entries are forwarded to the correct...
Hello, one question, did you add django_summernote to the installed apps in settings, as this error occurs when the project's manage.py does not find the installed module record.
Good morning. Really quite strange, do the following, remove the virtual environment, create a new one, and install the dependencies again, there may be a problem installing the libs. If...