We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0abb0d6 commit db33f68Copy full SHA for db33f68
django_plotly_dash/finders.py
@@ -111,9 +111,6 @@ def __init__(self):
111
112
# Get all registered apps
113
114
- import demo.plotly_apps
115
- import demo.dash_apps
116
-
117
self.apps = all_apps()
118
119
self.subdir = 'assets'
django_plotly_dash/version.py
@@ -4,4 +4,4 @@
4
This addresses issue #81
5
'''
6
7
-__version__ = "0.9.6"
+__version__ = "0.9.7"
0 commit comments