Skip to content

Commit 06a1f69

Browse files
authored
Update readme - namespace in urls (#439)
* updated Installation part of readme - emphasis on adding url namespace to the app urls * Update README.md Typo (better synonym)
1 parent 29285e7 commit 06a1f69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Then, add `django_plotly_dash` to `INSTALLED_APPS` in your Django `settings.py`
3838
]
3939

4040
The application's routes need to be registered within the routing structure by an appropriate ``include`` statement in
41-
a ``urls.py`` file:
41+
a ``urls.py`` file. Note: `django_plotly_dash` is not a name of your application, it is referring to the inner namespace of this library. Please do not skip this step:
4242

4343
urlpatterns = [
4444
...

0 commit comments

Comments
 (0)