diff --git a/api/api/settings.py b/api/api/settings.py index 370ff96..1066560 100644 --- a/api/api/settings.py +++ b/api/api/settings.py @@ -183,6 +183,5 @@ JET_INDEX_DASHBOARD = 'dashboard.CustomIndexDashboard' STATICFILES_DIRS = [ BASE_DIR / "api/static", - ("assets", BASE_DIR / "assets"), - "[os.path.join(BASE_DIR, 'static')", + ("assets", BASE_DIR / "api/static/assets"), ] diff --git a/api/api/templates/index.html b/api/api/templates/index.html index be94f05..ed54fda 100644 --- a/api/api/templates/index.html +++ b/api/api/templates/index.html @@ -1,248 +1,100 @@ {% load static %} - + -
- - - - -