mirror of
https://github.com/creyD/asiimov.git
synced 2026-06-12 17:12:23 +02:00
Added OpenID Support
This commit is contained in:
@@ -7,3 +7,8 @@ from .models import ItemType, Stickers, ItemInstance, Badge, Gamer
|
||||
class ItemTypeAdmin(admin.ModelAdmin):
|
||||
list_display = ('paint_index', 'name', 'type', 'rarity', 'min_float', 'max_float', 'tradable')
|
||||
list_editable = ()
|
||||
|
||||
|
||||
@admin.register(Gamer)
|
||||
class Gamer(admin.ModelAdmin):
|
||||
list_display = ('steamid', 'communityvisibilitystate', 'profilestate', 'personaname', 'commentpermission', 'timecreated', 'loccountrycode')
|
||||
|
||||
Reference in New Issue
Block a user