Skip to content

Commit

Permalink
Merge pull request #8 from iosifnicolae2/main
Browse files Browse the repository at this point in the history
main
  • Loading branch information
iosifnicolae2 authored Jul 30, 2024
2 parents b4cbbda + 0cad0c1 commit 293c7d6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
django-unfold>= 0.30.0
django-svelte-jsoneditor>= 0.4.2
django-import-export>= 4.0.3
django-admin-confirm>= 1.0.0
django-unfold==0.33.*
django-svelte-jsoneditor==0.4.*
django-import-export==4.0.*
django-admin-confirm==1.0.*
4 changes: 3 additions & 1 deletion settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def extend_superapp_settings(main_settings):
"SITE_TITLE": _("SuperApp"),
"SITE_SYMBOL": "settings",
"SHOW_HISTORY": False,
"STYLES": [],
"TABS": [],
"SITE_LOGO": {
# "light": lambda request: static("images/logo-light.svg"), # light mode
Expand Down Expand Up @@ -62,6 +61,9 @@ def extend_superapp_settings(main_settings):

]
},
"STYLES": [
lambda request: static("admin_portal/css/styles.css"),
],
"SCRIPTS": [
lambda request: static("admin_portal/js/apex.min.js"),
lambda request: static("admin_portal/js/flowbite.min.js"),
Expand Down
3 changes: 2 additions & 1 deletion static/admin_portal/css/styles.css

Large diffs are not rendered by default.

0 comments on commit 293c7d6

Please sign in to comment.