summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2018-01-28 10:30:57 -0600
committerluxagraf <sng@luxagraf.net>2018-01-28 10:30:57 -0600
commit916474036c1d2e041ed6425a3c0370a2e4c7e7bc (patch)
tree0536598b9a114303102f6f66242fb31d51beea36 /config
parenta278fc64c1dcd5321492a7dc384305b8719cb85e (diff)
abstracted birds out to sightings
Diffstat (limited to 'config')
-rw-r--r--config/base_urls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/base_urls.py b/config/base_urls.py
index 1a0ea83..d709f8c 100644
--- a/config/base_urls.py
+++ b/config/base_urls.py
@@ -46,6 +46,7 @@ urlpatterns = [
path(r'books/', include('books.urls')),
path(r'field-notes/', include('notes.urls')),
path(r'birds/', include('birds.urls', namespace='birds')),
+ path(r'sightings/', include('sightings.urls', namespace='sightings')),
path(r'src/', include('src.urls', namespace='src')),
path(r'figments/', include('figments.urls', namespace='figments')),
path(r'resume/', include('resume.urls', namespace='resume')),