mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Added limitation on viewing all character profiles
This commit is contained in:
@@ -84,3 +84,7 @@ class EVEPlayerCharacter(EVEAPIModel):
|
||||
app_label = 'eve_api'
|
||||
verbose_name = 'Player Character'
|
||||
verbose_name_plural = 'Player Characters'
|
||||
|
||||
permissions = (
|
||||
("can_view_all_characters", "Can view any character profile"),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user