From 5b86e4c986b39bc1027d371e9c108fa30ef3f052 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Wed, 24 Mar 2021 14:22:04 -0400 Subject: lttr: migrated to new post -> lttr -> send system. --- config/base_urls.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/base_urls.py b/config/base_urls.py index 19a8b43..e50ee56 100644 --- a/config/base_urls.py +++ b/config/base_urls.py @@ -44,6 +44,7 @@ urlpatterns = [ path(r'walks/', include('locations.walk_urls')), path(r'locations/', include('locations.urls')), #path(r'expenses/', include('expenses.urls', namespace='expenses')), + path(r'newsletter/', include('lttr.urls')), path(r'photos/', include('media.urls')), path(r'review/', include('posts.urls.review_urls')), re_path(r'^review/$', RedirectView.as_view(url='/reviews/')), @@ -54,6 +55,8 @@ urlpatterns = [ path(r'essay/', include('posts.urls.essay_urls')), re_path(r'^essay/$', RedirectView.as_view(url='/essays/')), path(r'essays/', include('posts.urls.essay_urls', namespace='essay-list')), + path(r'range/', include('posts.urls.range_urls', namespace='range')), + path(r'friends/', include('posts.urls.friends_urls', namespace='friends')), path(r'book-notes/', include('books.urls')), #path(r'people/', include('people.urls')), path(r'dialogues/', include('sightings.urls', namespace='sightings')), @@ -64,7 +67,6 @@ urlpatterns = [ path(r'map/', include('locations.urls', namespace='map')), path(r'', HomePageList.as_view(), {'pk':1,}, name="homepage"), path(r'comments/', include('django_comments.urls')), - path(r'/', include('lttr.urls')), path(r'.txt', PageDetailTXTView.as_view()), path(r'', include('pages.urls', namespace='pages')), #path(r'//', PageDetailView.as_view()), -- cgit v1.2.3-70-g09d2