Skip to content

Commit

Permalink
[docs] Fixed documentation for root URL patterns
Browse files Browse the repository at this point in the history
The docs suggested to include URLs for IPAM and notifications
module in the root "urls.py" but these URL patterns are already
included by "openwisp_controller.urls".
  • Loading branch information
pandafy committed Jun 22, 2022
1 parent f1cff11 commit 7dcc94c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -433,8 +433,6 @@ Add the URLs to your main ``urls.py``:
# openwisp-controller urls
url(r'^admin/', admin.site.urls),
url(r'', include('openwisp_controller.urls')),
url(r'', include('openwisp_notifications.urls')),
url(r'', include('openwisp_ipam.urls')),
]
Configure caching (you may use a different cache storage if you want):
Expand Down

0 comments on commit 7dcc94c

Please sign in to comment.