소스 검색

remove type filed and add gap field for provider model

blezz-tech 1 개월 전
부모
커밋
f8b630ee49
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      admin/provider.py

+ 2 - 1
admin/provider.py

@@ -7,11 +7,12 @@ from dbsynce.models import Provider
 class ProviderAdmin(admin.ModelAdmin):
     list_display = (
         'id',
-        'type',
         'user',
         'id_metaservice',
+        'gap',
         'requirements',
         'status',
+        'service_status',
         'ticket_status',
         'location_type',
         'default_location',