spdx / spdx-online-tools

Source for the website providing online SPDX tools
https://tools.spdx.org
Apache License 2.0
60 stars 57 forks source link

Collect Static #516

Closed BassCoder2808 closed 10 months ago

BassCoder2808 commented 10 months ago
goneall commented 10 months ago

Thanks @BassCoder2808 for pulling this together.

It looks like the script added a lot of files that don't currently have an issue.

I'm not very familiar with Django to know if this is expected.

@rtgdk - Could you take a look and review? You know Django much better than I do.

BassCoder2808 commented 10 months ago

Hi @goneall, was going through the code and a better strategy which I can currently think of is to run the collectstatic command in our dockerfile, this will reduce the files modified as well and only 2 files will get changed, will create a new PR for the same