jmrivas86 / django-json-widget

An alternative widget that makes it easy to edit the new Django's field JSONField (PostgreSQL specific model fields)
MIT License
433 stars 88 forks source link

Static files best practice. #76

Closed fabiocaccamo closed 11 months ago

fabiocaccamo commented 1 year ago

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
jmrivas86 commented 11 months ago

Fixed in #70