From 185fe2bbf9b746732394e6fc1daa70faada216a2 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Fri, 22 Feb 2019 20:53:34 -0600 Subject: changed books url to book-notes --- config/base_urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/base_urls.py b/config/base_urls.py index ad830db..1de3681 100644 --- a/config/base_urls.py +++ b/config/base_urls.py @@ -46,7 +46,7 @@ urlpatterns = [ path(r'locations/', include('locations.urls')), path(r'expenses/', include('expenses.urls', namespace='expenses')), path(r'photos/', include('photos.urls')), - path(r'reading/', include('books.urls')), + path(r'book-notes/', include('books.urls')), path(r'people/', include('people.urls')), path(r'dialogues/', include('sightings.urls', namespace='sightings')), path(r'field-notes/', include('sketches.urls', namespace='sketches')), -- cgit v1.2.3