diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/base_urls.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/base_urls.py b/config/base_urls.py index c0a2bfa..1e9b34f 100644 --- a/config/base_urls.py +++ b/config/base_urls.py @@ -45,6 +45,7 @@ urlpatterns = [ path(r'expenses/', include('expenses.urls', namespace='expenses')), path(r'photos/', include('photos.urls')), path(r'books/', include('books.urls')), + path(r'people/', include('people.urls')), path(r'sightings/', include('sightings.urls', namespace='sightings')), path(r'field-notes/', include('sketches.urls', namespace='sketches')), path(r'src/', include('src.urls', namespace='src')), |