Stop using STATIC_URL in templates

The {{STATIC_URL}} form hasn't been advocated since Django 1.5 and should be replaced with the proper static template tag. (https://staticfiles.productiondjango.com/blog/stop-using-static-url-in-templates/)

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information