diff --git a/django_plotly_dash/finders.py b/django_plotly_dash/finders.py index 2c23a911..a9e0a174 100644 --- a/django_plotly_dash/finders.py +++ b/django_plotly_dash/finders.py @@ -111,9 +111,6 @@ def __init__(self): # Get all registered apps - import demo.plotly_apps - import demo.dash_apps - self.apps = all_apps() self.subdir = 'assets' diff --git a/django_plotly_dash/version.py b/django_plotly_dash/version.py index 4e925193..cca40c2c 100644 --- a/django_plotly_dash/version.py +++ b/django_plotly_dash/version.py @@ -4,4 +4,4 @@ This addresses issue #81 ''' -__version__ = "0.9.6" +__version__ = "0.9.7"