question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

django jet incompatibility

See original GitHub issue

When on import or export view of django-import-export and using Django Jet admin the select input have a buggy behaviour (on click the console say: TypeError: django.jQuery is not a function)

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:11
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

31reactions
eugeniolcommented, Jan 18, 2018

Quick workaround found Create a template in yourt project with 2 libs missing

templates/admin/import_export/base.html

{% extends "admin/import_export/base.html" %}
{% load static %}

{% block extrahead %}{{ block.super }}
    <script type="text/javascript" src="{% static "admin/js/vendor/jquery/jquery.js" %}"></script>
    <script type="text/javascript" src="{% static "admin/js/jquery.init.js" %}"></script>
{% endblock %}

2reactions
vrbarroscommented, Nov 5, 2017

Hello, I’m having the same problem. Any solution found? I got this error in bundle.min.js Uncaught TypeError: django.jQuery is not a function at HTMLSelectElement.<anonymous> (bundle.min.js:1) at HTMLSelectElement.dispatch (bundle.min.js:9) at HTMLSelectElement.m.handle (bundle.min.js:9) at Object.trigger (bundle.min.js:9) at HTMLSelectElement.<anonymous> (bundle.min.js:9) at Function.each (bundle.min.js:8) at ot.fn.init.each (bundle.min.js:7) at ot.fn.init.trigger (bundle.min.js:9) at n.select (bundle.min.js:12) at o.<anonymous> (bundle.min.js:12)

Read more comments on GitHub >

github_iconTop Results From Across the Web

django-jet - PyPI
Django JET has two kinds of licenses: open-source (AGPLv3) and commercial. Please note that using AGPLv3 code in your programs make them AGPL...
Read more >
Developers - django jet incompatibility - - Bountysource
Django application and library for importing and exporting data with admin integration. See More. Top Supporters. This team needs your support!
Read more >
Django JET Documentation
Django JET allows you to change default theme. This feature is mainly used for customizing color schemes rather than making absolutely different ...
Read more >
Python, Django , Jet dashboard - Stack Overflow
To make things working with your value dashboard.py should be located in the project root folder. Django JET does not include the exact ......
Read more >
Common Problems - User Guide - What is Jet Admin?
If you are deploying Jet Bridge behind a proxy or some webserver you can start ... This is because newer versions of Pillow...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found