1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Show user config in admin UI

This commit is contained in:
Jeremy Stretch
2020-04-23 15:53:43 -04:00
parent 750deac2cf
commit afa0565a44
3 changed files with 12 additions and 3 deletions

View File

@ -29,6 +29,7 @@ class UserConfig(models.Model):
class Meta:
ordering = ['user']
verbose_name = verbose_name_plural = 'User Preferences'
def get(self, path):
"""