django-jet icon indicating copy to clipboard operation
django-jet copied to clipboard

Proper way to disable django-jet

Open jangeador opened this issue 7 years ago • 13 comments

I am trying to temporarily disable django-jet. The module has a compatibility problem with django-import-export and the admin models. (It does not display the file format for the export portion). When I comment out the app names from the config, and I comment out the 2 lines in urls.py I can see the admin but it does not have any kind of style. As if it cannot locate the static files. This is happening with debug settings. What is the proper way to disable django-jet temporarily, or to remove it completely?

jangeador avatar Feb 21 '17 20:02 jangeador

@f1nality This is not good! @jangeador But i haven't problems with this package some time ago.

SalahAdDin avatar Feb 24 '17 19:02 SalahAdDin

@jangeador I had the same issue, running python manage.py collectstatic again and cleared the cache solved it for me, could someone please test this out in order to close this issue?

Edit: adding this to the documentation before closing.

Edit: You only need to clear your cache!

Ismael-VC avatar Feb 25 '17 06:02 Ismael-VC

Please come to the django-jet Discord server so we can organize if you like:

  • https://discord.gg/3yr5yeH

Welcome! 😄

Ismael-VC avatar Aug 15 '17 15:08 Ismael-VC

Any fix for this? I also have faced similar issue

ArijitWeird avatar Dec 19 '17 09:12 ArijitWeird

@ArijitWeird did you review our fork?

SalahAdDin avatar Dec 19 '17 18:12 SalahAdDin

No @SalahAdDin . Actually I just wanted to know is there any compatibility issue of django-jet with jango-import-export ?

ArijitWeird avatar Dec 21 '17 21:12 ArijitWeird

@ArijitWeird I don't know.

SalahAdDin avatar Dec 23 '17 11:12 SalahAdDin

I have same problem

Arlington1985 avatar Dec 24 '17 22:12 Arlington1985

@Arlington1985 : Have you come with a solution ? @SalahAdDin : Do you have compatibility problem of django-jet with django import export.?

ArijitWeird avatar Dec 29 '17 07:12 ArijitWeird

@ArijitWeird, not at all, just reversed all changes to back

Arlington1985 avatar Dec 29 '17 15:12 Arlington1985

Add a file in 'templates/admin/import_export/base.html' whit below content `{% 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 type="text/javascript" src="{% static "admin/js/jquery.init.js" %}"> {% endblock %}` and problem will be solved .

mheshoon avatar May 06 '19 07:05 mheshoon

has anyone found best way to uninstall Django jet?

VaarunSinha avatar Jun 29 '21 10:06 VaarunSinha

How can I uninstall Django jet?

ahmedsharifkhan avatar Sep 04 '21 16:09 ahmedsharifkhan