django-content-studio 1.0.0b10.post1__py3-none-any.whl → 1.0.0b12__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- content_studio/__init__.py +1 -1
- content_studio/admin.py +2 -0
- content_studio/extensions.py +69 -0
- content_studio/static/content_studio/assets/index.css +1 -1
- content_studio/static/content_studio/assets/index.js +71 -71
- content_studio/static/content_studio/locales/en/translation.json +6 -1
- content_studio/static/content_studio/locales/nl/translation.json +6 -1
- content_studio/views.py +7 -0
- {django_content_studio-1.0.0b10.post1.dist-info → django_content_studio-1.0.0b12.dist-info}/METADATA +1 -1
- {django_content_studio-1.0.0b10.post1.dist-info → django_content_studio-1.0.0b12.dist-info}/RECORD +12 -11
- {django_content_studio-1.0.0b10.post1.dist-info → django_content_studio-1.0.0b12.dist-info}/LICENSE +0 -0
- {django_content_studio-1.0.0b10.post1.dist-info → django_content_studio-1.0.0b12.dist-info}/WHEEL +0 -0
|
@@ -14,7 +14,9 @@
|
|
|
14
14
|
"delete_confirm_description": "This action cannot be undone. Are you sure you want to delete?"
|
|
15
15
|
},
|
|
16
16
|
"app": {
|
|
17
|
-
"copied_to_clipboard": "Copied to clipboard!"
|
|
17
|
+
"copied_to_clipboard": "Copied to clipboard!",
|
|
18
|
+
"error": "Something went wrong",
|
|
19
|
+
"not_found": "We couldn't find what you were looking for."
|
|
18
20
|
},
|
|
19
21
|
"login": {
|
|
20
22
|
"title": "Welcome back",
|
|
@@ -41,6 +43,9 @@
|
|
|
41
43
|
"field_validation_error_description": "Please check the fields and try again.",
|
|
42
44
|
"unsaved_alert": "There are unsaved changes. Are you sure you want to leave?",
|
|
43
45
|
"empty_state": "No items yet"
|
|
46
|
+
},
|
|
47
|
+
"list_view": {
|
|
48
|
+
"empty_state": "No items yet"
|
|
44
49
|
},
|
|
45
50
|
"media-library": {
|
|
46
51
|
"title": "Media library",
|
|
@@ -14,7 +14,9 @@
|
|
|
14
14
|
"delete_confirm_description": "Deze actie kan niet ongedaan gemaakt worden. Weet je zeker dat je dit wilt verwijderen?"
|
|
15
15
|
},
|
|
16
16
|
"app": {
|
|
17
|
-
"copied_to_clipboard": "Gekopieerd naar klembord"
|
|
17
|
+
"copied_to_clipboard": "Gekopieerd naar klembord",
|
|
18
|
+
"error": "Er gaat iets fout",
|
|
19
|
+
"not_found": "We kunnen niet vinden wat je zoekt."
|
|
18
20
|
},
|
|
19
21
|
"login": {
|
|
20
22
|
"title": "Welkom terug",
|
|
@@ -42,6 +44,9 @@
|
|
|
42
44
|
"unsaved_alert": "Je hebt niet-opgeslagen wijzigen. Weet je zeker dat je weg wilt gaan?",
|
|
43
45
|
"empty_state": "Nog geen items"
|
|
44
46
|
},
|
|
47
|
+
"list_view": {
|
|
48
|
+
"empty_state": "Nog geen items"
|
|
49
|
+
},
|
|
45
50
|
"media-library": {
|
|
46
51
|
"title": "Mediabibliotheek",
|
|
47
52
|
"description": "Beheer je media-bestanden hier.",
|
content_studio/views.py
CHANGED
|
@@ -89,6 +89,7 @@ class AdminApiViewSet(ViewSet):
|
|
|
89
89
|
"models": get_models(request),
|
|
90
90
|
"model_groups": get_model_groups(),
|
|
91
91
|
"user_model": settings.AUTH_USER_MODEL,
|
|
92
|
+
"extensions": get_extensions(),
|
|
92
93
|
}
|
|
93
94
|
|
|
94
95
|
media_model = cs_settings.MEDIA_LIBRARY_MODEL
|
|
@@ -211,3 +212,9 @@ def get_health_check_path():
|
|
|
211
212
|
return reverse("healthcheck")
|
|
212
213
|
except NoReverseMatch:
|
|
213
214
|
return None
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
def get_extensions():
|
|
218
|
+
admin_site = cs_settings.ADMIN_SITE
|
|
219
|
+
|
|
220
|
+
return [i.serialize() for i in getattr(admin_site, "extensions", [])]
|
{django_content_studio-1.0.0b10.post1.dist-info → django_content_studio-1.0.0b12.dist-info}/RECORD
RENAMED
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
content_studio/__init__.py,sha256=
|
|
2
|
-
content_studio/admin.py,sha256=
|
|
1
|
+
content_studio/__init__.py,sha256=Wc9FgPfY8VKInywfIKkeUMp_0m5MQjb-CPGnnfC0aS8,162
|
|
2
|
+
content_studio/admin.py,sha256=9D1vP0w_EeHpKT9_Ro1y_dSjLtJJg7UgDBjFc3EPvC4,11203
|
|
3
3
|
content_studio/apps.py,sha256=iGZYxsGerYYC8EmV9Wu9phuT9R8UHUkIQ6XAm94EUgA,3961
|
|
4
4
|
content_studio/dashboard/__init__.py,sha256=G0fsYbegeZScWRb3vbCwd0sEm8fVc-tT_r-zCSPktgw,2377
|
|
5
5
|
content_studio/dashboard/activity_log.py,sha256=0hK96lXziD663a6YuKO7zRTVcVmbRitERqfNGc2NrtE,939
|
|
6
6
|
content_studio/dashboard/statistic.py,sha256=aoHJMM88zehapYWOmq_lqdSArkagYLCRWEAxXoNMcRg,912
|
|
7
|
+
content_studio/extensions.py,sha256=VqaQtuIZiwtaXJDlzIwJuncW_fet-YtY1fBHIVMfoDM,1500
|
|
7
8
|
content_studio/filters.py,sha256=GyglR2E_wswomW7EnfShEXr14zxuRlLAuxrHVO3QQYg,4335
|
|
8
9
|
content_studio/form.py,sha256=XvUbBVR3QlvyM1l73QWV5TnreQTM8cWNJqgxkACj9dQ,5041
|
|
9
10
|
content_studio/formats.py,sha256=JzOWrDRCVSnjJI0oX5fyFQU8LC634_jeAe84Widy43U,786
|
|
@@ -17,8 +18,8 @@ content_studio/router.py,sha256=7Up_sipGaUDoY6ElJNRf85ADaYfJCWV4To523L4LGuw,393
|
|
|
17
18
|
content_studio/serializers.py,sha256=tWgL7J2z-Qc5BQjMc3PXpvLZa_6J6MfVUqRDOK_X0Xs,3867
|
|
18
19
|
content_studio/settings.py,sha256=uu5Pnb502ZQE328J9-3Q4UtLGvD6tTAOOgv652dVUig,4598
|
|
19
20
|
content_studio/static/content_studio/assets/browser-ponyfill-TyWUZ1Oq.js,sha256=sKLpD8vGwLfnJVLaSGMMi8krArcm2Qj3-igVwDvLMek,10287
|
|
20
|
-
content_studio/static/content_studio/assets/index.css,sha256=
|
|
21
|
-
content_studio/static/content_studio/assets/index.js,sha256=
|
|
21
|
+
content_studio/static/content_studio/assets/index.css,sha256=tVhQGiiwkxpKnVK-U3FeqlWyCFuvdDD-PkTQrcQwLvM,88555
|
|
22
|
+
content_studio/static/content_studio/assets/index.js,sha256=gyN1TyrQqw9FS7lTqgZtpOCOkxIbSLdkErjfBBkTva0,1460954
|
|
22
23
|
content_studio/static/content_studio/icons/pi/Phosphor-Bold.svg,sha256=4kdzmyaGcNVhK6qRIA8PdhaZ7raHU0xoU26ht52VG_c,2967217
|
|
23
24
|
content_studio/static/content_studio/icons/pi/Phosphor-Bold.ttf,sha256=EKChy0-BVqQg-fhM80xOmHHljtLd6h9qgHmtByQ6f7I,495308
|
|
24
25
|
content_studio/static/content_studio/icons/pi/Phosphor-Bold.woff,sha256=3k3MnRjPMzY8GdLJJMnZ1R4hCXi9Pm7FCK7HFnCz2wY,495388
|
|
@@ -26,18 +27,18 @@ content_studio/static/content_studio/icons/pi/Phosphor-Bold.woff2,sha256=IVO1LOq
|
|
|
26
27
|
content_studio/static/content_studio/icons/pi/style.css,sha256=yKMt9n-L1X9wxjceFewjLfJd3ro-uQYNeqpoEBps4kA,85821
|
|
27
28
|
content_studio/static/content_studio/img/media_placeholder.svg,sha256=ZLrfeqvaC5YwuHAg_7YJXLhYzLz2azVcKqCLEGOVTTs,3253
|
|
28
29
|
content_studio/static/content_studio/index.html,sha256=IuVbv9-sX3WUUr7mDDEAVG9Q1tKmsHoZMpZwaWJ9SNM,896
|
|
29
|
-
content_studio/static/content_studio/locales/en/translation.json,sha256=
|
|
30
|
-
content_studio/static/content_studio/locales/nl/translation.json,sha256=
|
|
30
|
+
content_studio/static/content_studio/locales/en/translation.json,sha256=We6IpuRPSuAaYwsH6-7BNgOh29fyLRVDeDRMQVnZaMM,2682
|
|
31
|
+
content_studio/static/content_studio/locales/nl/translation.json,sha256=sZh6IAUmJOIIqUVSmXcPjikQoqblAsJf7A5-t8v7H9I,3279
|
|
31
32
|
content_studio/static/content_studio/vite.svg,sha256=SnSK_UQ5GLsWWRyDTEAdrjPoeGGrXbrQgRw6O0qSFPs,1497
|
|
32
33
|
content_studio/templates/content_studio/index.html,sha256=As2C1ahUKDvVy4kTFU0gHTy9mIL82817NUSSf93GC_Q,1032
|
|
33
34
|
content_studio/token_backends/__init__.py,sha256=dO3aWIHXX8He399ZEvlS4fNgyL84OY9TEtkva9b5N5Q,1183
|
|
34
35
|
content_studio/token_backends/jwt.py,sha256=niGCpRqaUVhhS9haXfH1uFlg2v8NLB5IpsJ4N79Q0Gg,1565
|
|
35
36
|
content_studio/urls.py,sha256=EY7lbzC0Q5vLfvqE3rK_4hmDrXhTuxKzYC55cc5tEEo,701
|
|
36
37
|
content_studio/utils.py,sha256=dGiYCixg-qcPGbF4hV6fts1Vv4ED8gRi8syLuSS4xzw,2123
|
|
37
|
-
content_studio/views.py,sha256=
|
|
38
|
+
content_studio/views.py,sha256=VLT0xi9HsIhBfZ2LRy2NLl3TpRlhKduV9dZ3j01mc5k,6544
|
|
38
39
|
content_studio/viewsets.py,sha256=iLhV6A_dl64-Ui4_DDT1Gje9ygvu0dYtF4OAO90MHSQ,5776
|
|
39
40
|
content_studio/widgets.py,sha256=kROwtBrM3s-NKSo9riVX_oDW5crlCx1TiPBt0HKX6Zc,1111
|
|
40
|
-
django_content_studio-1.0.
|
|
41
|
-
django_content_studio-1.0.
|
|
42
|
-
django_content_studio-1.0.
|
|
43
|
-
django_content_studio-1.0.
|
|
41
|
+
django_content_studio-1.0.0b12.dist-info/LICENSE,sha256=Wnx2EJhtSNnXE5Qs80i1HTBNFZTi8acEtC5TYqtFlnQ,1075
|
|
42
|
+
django_content_studio-1.0.0b12.dist-info/METADATA,sha256=VzPsH5ghNZtch0OwUMg-QAcCBobQQIt_YLHgXJVsbnI,2513
|
|
43
|
+
django_content_studio-1.0.0b12.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
44
|
+
django_content_studio-1.0.0b12.dist-info/RECORD,,
|
{django_content_studio-1.0.0b10.post1.dist-info → django_content_studio-1.0.0b12.dist-info}/LICENSE
RENAMED
|
File without changes
|
{django_content_studio-1.0.0b10.post1.dist-info → django_content_studio-1.0.0b12.dist-info}/WHEEL
RENAMED
|
File without changes
|