Skip to content

Commit

Permalink
Apply hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmbland committed Jan 26, 2024
1 parent 951cab8 commit d85f669
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion validated/dash_apps/finished_apps/daily_validation.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
from datetime import datetime
from decimal import Decimal

import plotly.express as px
from dash import dcc, html
from django_plotly_dash import DjangoDash

from station.models import Station
from variable.models import Variable
from validated.functions import daily_validation
from variable.models import Variable

# Create a Dash app
app = DjangoDash("DailyValidation")
Expand Down
2 changes: 1 addition & 1 deletion validated/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

from django.urls import path
from rest_framework.urlpatterns import format_suffix_patterns
from .dash_apps.finished_apps import daily_validation

from . import views
from .dash_apps.finished_apps import daily_validation

app_name = "validated"
urlpatterns = [
Expand Down

0 comments on commit d85f669

Please sign in to comment.