GithubHelp home page GithubHelp logo

Comments (5)

LeeHanYeong avatar LeeHanYeong commented on August 17, 2024 1

@skilaren Thanks for the advice
@nittolese
Fixed a bug where static files were not included in the distribution package.
If you upgrade to version 0.10.0, it works normally.
pip install django-quill-editor --upgrade

from django-quill-editor.

LeeHanYeong avatar LeeHanYeong commented on August 17, 2024

Did you add 'django_quill' to INSTALLED_APPS?

# settings.py
INSTALLED_APPS = [
    ...
    'django_quill',
]

from django-quill-editor.

nittolese avatar nittolese commented on August 17, 2024

Yup, I've added both 'django_quill' and an example app to INSTALLED_APPS, but I keep getting that error.

from django-quill-editor.

skilaren avatar skilaren commented on August 17, 2024

It seems that there is no templates files loaded within pip install for some reason. And if to add it manually in venv folder, everything is good except editor slides on label (at Django 1.11)

from django-quill-editor.

skilaren avatar skilaren commented on August 17, 2024

You can fix it by placing templates folder from repository to the folder specified in your project settings in DIRS in TEMPLATES and set the FORM_RENDERER = 'django.forms.renderers.TemplatesSetting'

from django-quill-editor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.