mirror of
https://github.com/xhongc/music-tag-web.git
synced 2026-03-20 12:15:49 +08:00
11 lines
264 B
Python
11 lines
264 B
Python
# # -*- coding: utf-8 -*-
|
|
# from django.contrib import admin
|
|
#
|
|
# from .models import UserProfile
|
|
#
|
|
#
|
|
# @admin.register(UserProfile)
|
|
# class UserProfileAdmin(admin.ModelAdmin):
|
|
# list_display = ('id', 'user', 'subsonic_api_token')
|
|
# list_filter = ('user',)
|