GithubHelp home page GithubHelp logo

Comments (3)

LeeHanYeong avatar LeeHanYeong commented on August 17, 2024

Quill.js does not work in IE. Which browser are you using?

from django-quill-editor.

brunocpradom avatar brunocpradom commented on August 17, 2024

Chrome

from django-quill-editor.

tigrettin avatar tigrettin commented on August 17, 2024

Having the same issue here.

It all works fine on my local computer, but when in production, QuillFileds are invisible on admin panel – only labels appear.

When inspecting the admin page on Chrome, I see such errors on the console:

GET https://mysite.com/static/django_quill/django_quill.css net::ERR_ABORTED 404 (Not Found)

GET https://mysite.com/static/django_quill/django_quill.js net::ERR_ABORTED 404 (Not Found)

Uncaught ReferenceError: QuillWrapper is not defined
    at (index):261:27
    at (index):263:11

Somehow, django_quill.css and django_quill.js don't get loaded. I can't figure out why it works on my local project which has exactly the same setup, except that on local I use python 3.9/Django 4.0.1 while in production, it's v3.8/4.0.2.

Another difference is that, in production, django_quill folder is under myenv/lib/python3.8/site-packages/ directory.

On my computer, there is no django_quill folder under myenv/lib/python3.9/site-packages/. In fact, there is such folder at all anywhere on my drive, nor the related django_quill.css or django_quill.js files.

By the way, I had no problem while migrating from old TextField's or viewing the content on the templates.

Any suggestion or feedback will be welcomed and greatly appreciated.

Thank you.

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.