jmrivas86/django-json-widget

Static files best practice.

Closed this issue · 1 comments

  • django-json-widget version: 1.1.1
  • Django version: 4.1.7
  • Python version: 3.11
  • Operating System: Ubuntu

Description

Static files should be moved to a django_json_widget/ parent directory to avoid possible collisions with other app's static files.

What I Did

As you can see the other apps static files are contained in a directory named like the app they blong to (the dist directory belong to django-json-widget):

Screenshot 2023-03-29 at 17 46 49

Fixed in #70