summaryrefslogtreecommitdiff
path: root/config/base_urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'config/base_urls.py')
-rw-r--r--config/base_urls.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/base_urls.py b/config/base_urls.py
index 51370f7..96b1082 100644
--- a/config/base_urls.py
+++ b/config/base_urls.py
@@ -65,6 +65,9 @@ urlpatterns = [
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'how-to/', include('posts.urls.craft_urls')),
+ re_path(r'^how-to/$', RedirectView.as_view(url='/how-to/')),
+ path(r'how-tos/', include('posts.urls.craft_urls', namespace='craft')),
path(r'book-notes/', include('books.urls')),
#path(r'people/', include('people.urls')),
path(r'dialogues/', include('sightings.urls', namespace='sightings')),