diff options
author | luxagraf <sng@luxagraf.net> | 2018-03-03 09:41:32 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2018-03-03 09:41:32 -0600 |
commit | 02fc7f78530488b676db76faa74b8d5c99e72592 (patch) | |
tree | 53ed5037c7443f66c63b6e29d37fecb8953f4b69 /config | |
parent | 90bbfe840dc2a073c44dd5e589eff94814a3f05e (diff) |
added book recommendations to jrnl
Diffstat (limited to 'config')
-rw-r--r-- | config/base_urls.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/base_urls.py b/config/base_urls.py index c48d75e..c0a2bfa 100644 --- a/config/base_urls.py +++ b/config/base_urls.py @@ -45,8 +45,6 @@ urlpatterns = [ path(r'expenses/', include('expenses.urls', namespace='expenses')), 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'sightings/', include('sightings.urls', namespace='sightings')), path(r'field-notes/', include('sketches.urls', namespace='sketches')), path(r'src/', include('src.urls', namespace='src')), |