5 Oct
2023
5 Oct
'23
5:21 p.m.
On 10/5/23 08:37, Alexander Maier wrote:
I recognized that hyperkitty creates for each new access to its website a css CACHE file which is stored at '/static/CACHE/css/'. The url in the HTML file sets the href to /static/CACHE/css/ but the files are only accessible with '/hyperkitty/static/CACHE/css/'.
What are your Django settings for
BASE_DIR STATIC_ROOT STATIC_URL STATICFILES_DIRS STATICFILES_FINDERS
Also in your web server, you need to alias the STATIC_URL value to the
STATIC_ROOT value and finally run the Django admin command
collectstatic --clear --noinput
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan