From b24ba3dbe8b05845cd17324af0d0d72b6e199e81 Mon Sep 17 00:00:00 2001 From: Vlad Doster Date: Tue, 31 Dec 2019 21:38:48 -0500 Subject: [PATCH] Update models.py --- django_plotly_dash/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_plotly_dash/models.py b/django_plotly_dash/models.py index ac430a5a..da9c9e0c 100644 --- a/django_plotly_dash/models.py +++ b/django_plotly_dash/models.py @@ -107,7 +107,7 @@ def check_registered(modeladmin, request, queryset): try: q = sa.as_dash_app() except: - logger.warnng("django-plotly-dash: Unable to load stateless app: "+str(sa)) + logger.warning("django-plotly-dash: Unable to load stateless app: "+str(sa)) check_registered.short_description = "Check stateless apps"