mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Rename the model to represent current naming convetions
This commit is contained in:
@@ -78,7 +78,7 @@ class EVEAccount(EVEAPIModel):
|
||||
|
||||
class Meta:
|
||||
app_label = 'eve_api'
|
||||
verbose_name = 'EVE Account'
|
||||
verbose_name_plural = 'EVE Accounts'
|
||||
verbose_name = 'EVE API Key'
|
||||
verbose_name_plural = 'EVE API Keys'
|
||||
ordering = ['api_user_id']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user