Try in this way:
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/2.2/howto/static-files/
STATIC_URL = '/static/'
#STATIC_ROOT = os.path.join(BASE_DIR, "static")
STATICFILES_DIRS = [
os.path.join(BASE_DIR, "static"),
'staticfiles/painel/static',
'app_catalogo/templates/static/'
]
Regards,
Murilo Gigliotti
-----Mensagem original-----
De: django...@googlegroups.com [mailto:django...@googlegroups.com] Em nome de Kai Kobschätzki
Enviada em: segunda-feira, 3 de fevereiro de 2020 10:44
Para: django...@googlegroups.com
Assunto: static files
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/9dbf7d0a-9360-2418-b801-ac13f56b77ad%40gmail.com.