Closed BassCoder2808 closed 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.
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
settings.py
file to addSTATIC_ROOT
python manage.py collecstatic