Skip to content

Commit 5d30d52

Browse files
committed
add unfold, modeltranslation
1 parent 27ff867 commit 5d30d52

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

core/config/apps.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@
1717
]
1818

1919
THIRD_PARTY_APPS = [
20+
"unfold",
21+
"unfold.contrib.filters",
22+
"unfold.contrib.forms",
23+
"unfold.contrib.import_export",
24+
"unfold.contrib.guardian",
25+
"unfold.contrib.simple_history",
26+
"modeltranslation",
27+
"drf_spectacular",
28+
"drf_spectacular_sidecar",
2029
"rest_framework",
2130
"rest_framework_simplejwt",
2231
"rest_framework_simplejwt.token_blacklist",

core/config/unfold.py

Whitespace-only changes.

core/config/unfold_navigation.py

Whitespace-only changes.

requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ markdown2==2.5.1
99
pillow==10.4.0
1010
psycopg2-binary==2.9.10
1111
python-dotenv==1.0.1
12+
django-unfold
13+
django-modeltranslation==0.18.11
14+
drf-spectacular==0.27.1
15+
drf-spectacular-sidecar==2024.3.4

0 commit comments

Comments
 (0)