Added tonnes of features, lets see what breaks.
This commit is contained in:
@@ -7,8 +7,7 @@ from .models import User, Coord
|
||||
|
||||
@admin.register(Coord)
|
||||
class CoordAdmin(admin.ModelAdmin):
|
||||
list_display = 'id', 'country',
|
||||
search_fields = 'country',
|
||||
list_display = 'id',
|
||||
|
||||
|
||||
class CustomUserAdmin(UserAdmin):
|
||||
|
||||
Reference in New Issue
Block a user