Richard Cotrina

Results 4 comments of Richard Cotrina

I don't think it's a problem with font-awesome, but rather with [suits.css](https://github.com/darklow/django-suit/blob/v2/suit/static/suit/css/suit.css).

There are `site_header` and `site_title` attributes of `Site` so I set an ADMIN_SITE_HEADER in settings, and this in the `urls.py` file: ```python if hasattr(settings, 'ADMIN_SITE_HEADER'): admin.site.site_header = settings.ADMIN_SITE_HEADER admin.site.site_title =...

Same here. Are you on Apple Silicon?

Same problem. Tried cloning from branch "3.0", but it just won't `docker-compose up` and outputs the following errors: ``` ERROR: for saleor-platform_dashboard_1 UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60) ERROR:...