I'm struggling to find a way to get multi-word app names to display properly in Django admin.
I've tried CamelCasing, hyphens and underscores, but in each case the app name just displays in admin exactly as it's named in the project. I've searched around for the answer but oddly can't seem to find one.
I'm sure I must be missing something obvious...