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