Skip to content

Commit e67b932

Browse files
committed
Add django-import-export package
1 parent 43c9a71 commit e67b932

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

pyconkr/settings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@
6262
"drf_spectacular",
6363
# cors
6464
"corsheaders",
65+
# django-import-export
66+
"import_export",
6567
]
6668

6769
MIDDLEWARE = [

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ drf-spectacular==0.25.1
2222
shortuuid==1.0.11
2323
jsons==1.6.3
2424
django-cors-headers==3.14.0
25-
requests==2.28.2
25+
requests==2.28.2
26+
django-import-export==3.2.0

0 commit comments

Comments
 (0)