Skip to content

Commit 16134a1

Browse files
committed
Remove: 사용하지 않는 모두싸인 관련 Admin 등록 해제
1 parent a000cdf commit 16134a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyconweb2022/sponsor/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ def get_queryset(self, request):
6666
return Sponsor.objects.filter(exported=False)
6767

6868

69-
admin.site.register(SponsorProxyModel, SponsorAdmin4Modusign)
69+
# admin.site.register(SponsorProxyModel, SponsorAdmin4Modusign)

0 commit comments

Comments
 (0)