File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Generated by Django 4.1.5 on 2023-02-11 15:16
2
2
3
3
from django .db import migrations , models
4
+
4
5
import sponsor .models
5
6
6
7
Original file line number Diff line number Diff line change @@ -49,9 +49,11 @@ def __str__(self):
49
49
def registration_file_upload_to (instance , filename ):
50
50
return f"sponsor/business_registration/{ instance .id } /{ filename } "
51
51
52
+
52
53
def bank_book_file_upload_to (instance , filename ):
53
54
return f"sponsor/bank_book/{ instance .id } /{ filename } "
54
55
56
+
55
57
def logo_image_upload_to (instance , filename ):
56
58
return f"sponsor/logo/{ instance .id } /{ filename } "
57
59
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ class Meta:
14
14
"manager_tel" , # 상세에만 포함되는 필드
15
15
"business_registration_number" , # 상세에만 포함되는 필드
16
16
"business_registration_file" , # 상세에만 포함되는 필드
17
- "bank_book_file" , # 상세에만 포함되는 필드
17
+ "bank_book_file" , # 상세에만 포함되는 필드
18
18
"url" ,
19
19
"logo_image" ,
20
20
"level" ,
You can’t perform that action at this time.
0 commit comments