mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Remove unneeded admin views, change the display names for some models
This commit is contained in:
@@ -17,8 +17,8 @@ class EVEPlayerAlliance(EVEAPIModel):
|
||||
class Meta:
|
||||
app_label = 'eve_api'
|
||||
ordering = ['date_founded']
|
||||
verbose_name = 'Player Alliance'
|
||||
verbose_name_plural = 'Player Alliances'
|
||||
verbose_name = 'Alliance'
|
||||
verbose_name_plural = 'Alliances'
|
||||
|
||||
def __unicode__(self):
|
||||
if self.name:
|
||||
|
||||
Reference in New Issue
Block a user