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 1caf6d3 commit b3e2b61Copy full SHA for b3e2b61
README.md
@@ -103,5 +103,5 @@ templates:
103
104
The registration code needs to be in a location
105
that will be imported into the Django process before any model or template tag attempts to use it. The example Django application
106
-in the demo subdirectory achieves this through an import in the main urls.py file; any views.py would also be sufficient.
+in the demo subdirectory achieves this through an import in the main `urls.py` file; any `views.py` would also be sufficient.
107
django_plotly_dash/__init__.py
@@ -1,6 +1,6 @@
1
#
2
3
-__version__ = "0.1.0"
+__version__ = "0.2.0"
4
5
from .dash_wrapper import DjangoDash
6
0 commit comments