Last bit of major changes
Closes #1 Closes #5 Closes #6 Closes #8 Closes #9 Closes #10
This commit is contained in:
@@ -6,6 +6,7 @@ from .models import Seller, Game, Set, Card, CardListing, PackListing, VirtualPa
|
||||
class SellerAdmin(admin.ModelAdmin):
|
||||
list_display = ['store_name', 'user', 'slug', 'created_at']
|
||||
search_fields = ['store_name', 'user__username']
|
||||
readonly_fields = ['tax_id', 'payout_details', 'tax_id_encrypted', 'payout_details_encrypted']
|
||||
|
||||
@admin.register(Game)
|
||||
class GameAdmin(admin.ModelAdmin):
|
||||
|
||||
Reference in New Issue
Block a user