Hi, i installed mailman3 with virtualenv, all is working fine, the admin site 
works fine, the mailman(postorious) site works fine, but when im in hyperkitty 
the site shows without the css style.. in my web browser dev tool it shows like 
they loaded ok..

Here you can see what i see when loading hyperkitty 
https://freeimage.host/i/3n6kXKQ
and mailman(postorius) https://freeimage.host/i/mailman.3n6kVix

When i run my server with verbosity it shows like all is loading ok: 
https://freeimage.host/i/3n6SViG

Any ideas? :/

My static files are loading from /static/CACHE/css/output.a0f71925131b.css and 
/static/hyperkitty/libs/fonts/font-awesome/css/font-awesome.min.css

It seems like the real error are in the /static/CACHE files, because hyperkitty 
is the only one who load files from this directory.. postorius uses 
/static/postorius and all the css files are working fine. I checked permissions 
for the directory, cleared cache, etc.. i dont know what to do.

This is my config for staticfiles:

STATIC_URL = 'static/'
STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles')
STATICFILES_DIRS = [
    os.path.join(BASE_DIR, 'static'), 
    '/opt/mailman/projectes/mailman3web/static/CACHE',

Thank you so much in advance.
_______________________________________________
Mailman-users mailing list -- mailman-users@mailman3.org
To unsubscribe send an email to mailman-users-le...@mailman3.org
https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
Archived at: 
https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/message/TBZVAZMK3XAZNC26GTXE5XP5HIXO6K3O/

This message sent to arch...@mail-archive.com

Reply via email to