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"