We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27ff867 commit 5d30d52Copy full SHA for 5d30d52
core/config/apps.py
@@ -17,6 +17,15 @@
17
]
18
19
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",
29
"rest_framework",
30
"rest_framework_simplejwt",
31
"rest_framework_simplejwt.token_blacklist",
core/config/unfold.py
core/config/unfold_navigation.py
requirements.txt
@@ -9,3 +9,7 @@ markdown2==2.5.1
9
pillow==10.4.0
10
psycopg2-binary==2.9.10
11
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