diff options
author | luxagraf <sng@luxagraf.net> | 2018-02-06 10:36:26 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2018-02-06 10:36:26 -0600 |
commit | 58473dd4e0758894f15f834bddedd0caf11cfa59 (patch) | |
tree | 6f4d4fb9e120813bcbaaf03044fdb84eb7764c41 /config | |
parent | adcd4671a261aa72d459b691aabb6f2eef2a0cb7 (diff) |
converted to new path url structure and updated pagination to handle it.
Diffstat (limited to 'config')
-rw-r--r-- | config/base_urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/base_urls.py b/config/base_urls.py index fd7d6a7..1d2156d 100644 --- a/config/base_urls.py +++ b/config/base_urls.py @@ -46,7 +46,7 @@ urlpatterns = [ path(r'photos/', include('photos.urls')), path(r'books/', include('books.urls')), #path(r'field-notes/', include('notes.urls')), - path(r'birds/', include('birds.urls', namespace='birds')), + #path(r'birds/', include('birds.urls', namespace='birds')), 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')), |