Please forgive me if this feature exists and I have overlooked it.
Does anyone else think it would be desirable and useful to allow for overriding the default app-labels in NFA? By this I mean the headers which the ModelAdmin's fall under.
I've got a situation where I have a 'core' project which serves several offices, however, each office has a few '*app_name*_local' addendum models which compliment the core. To my client offices, there is no reason for distinction between them in NFA.
Now, of course I can simply import the core admin.py and then register it at the local level, however, I'm still stuck with an uncorrect _local app-label.
-Yeago