Skip to content

Commit

Permalink
HEA-592 first version of Inventory Dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoki committed Jan 3, 2025
1 parent fffa294 commit d8bebad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/viz/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ class VizConfig(AppConfig):
verbose_name = _("viz")

def ready(self):
import viz.dash.inventory_dashboard.app
import viz.dash.inventory_dashboard.app # noqa
4 changes: 2 additions & 2 deletions apps/viz/urls.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from django.urls import path

import viz.dash.inventory_dashboard.app
import viz.dash.inventory_dashboard.app # noqa

from .views import InventoryDashboardView
from .views import InventoryDashboardView # noqa

app_name = "viz"

Expand Down

0 comments on commit d8bebad

Please sign in to comment.