slashmili / django-jalali

Jalali DateField support for Django model
http://pypi.python.org/pypi/django_jalali
BSD 3-Clause "New" or "Revised" License
258 stars 52 forks source link

Missing static files #133

Closed havaliza closed 3 years ago

havaliza commented 3 years ago

The following static files are referenced in some .js file but are not included in static files for admin.

static/admin/jquery.ui.datepicker.jalali/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png
static/admin/jquery.ui.datepicker.jalali/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png
static/admin/jquery.ui.datepicker.jalali/themes/base/images/ui-icons_2e83ff_256x240.png
static/admin/jquery.ui.datepicker.jalali/themes/base/images/ui-icons_888888_256x240.png
static/admin/jquery.ui.datepicker.jalali/themes/base/images/ui-icons_cd0a0a_256x240.png

This leads to 500 errors when using WhiteNoise to serve static files.

https://whitenoise.evans.io/en/stable/index.html

hramezani commented 3 years ago

Hi,

Thanks for reporting. Could you please explain it more and mention the .js files that have references to those images? It would be great to include logs as well.

slashmili commented 3 years ago

closed due to inactivity. We will re-open it again if need input is given