summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2018-02-03 08:03:45 -0600
committerluxagraf <sng@luxagraf.net>2018-02-03 08:03:45 -0600
commit31b07974cddc8843bab58f5b3e3a6bac9b529433 (patch)
tree1d06166d1f1775a49cd8ac0d14d0f9ca8e111d8d /config
parent76bb858208c37c737d9ee99442e8772ca0871f80 (diff)
finished up notes app and made it live
Diffstat (limited to 'config')
-rw-r--r--config/base_urls.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/base_urls.py b/config/base_urls.py
index 341d3bb..9493d2f 100644
--- a/config/base_urls.py
+++ b/config/base_urls.py
@@ -44,10 +44,10 @@ 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'field-notes/', include('notes.urls')),
path(r'birds/', include('birds.urls', namespace='birds')),
path(r'sightings/', include('sightings.urls', namespace='sightings')),
- path(r'sketches/', include('sketches.urls', namespace='sketches')),
+ path(r'field-notes/', include('sketches.urls', namespace='sketches')),
path(r'src/', include('src.urls', namespace='src')),
path(r'figments/', include('figments.urls', namespace='figments')),
path(r'resume/', include('resume.urls', namespace='resume')),