diff options
author | lxf <sng@luxagraf.net> | 2019-05-02 15:44:35 +0000 |
---|---|---|
committer | lxf <sng@luxagraf.net> | 2019-05-02 15:44:35 +0000 |
commit | 3c1a9804c9858328b4b18be634f7d4dbd32b9816 (patch) | |
tree | 34b8b56c37c21aadfd8be0cb6b500623966a55f6 /config/base_urls.py | |
parent | 5e545245ec2900aa33328629d18d4847860660bb (diff) |
Diffstat (limited to 'config/base_urls.py')
-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 022fbe4..dad9836 100644 --- a/config/base_urls.py +++ b/config/base_urls.py @@ -41,7 +41,7 @@ urlpatterns += [ path(r'', NoteListView.as_view(), name='homepage',), path(r'forum/', include('forum.urls')), path(r'n/', include('notes.notes_urls')), - path(r'o/', include('outlines.urls')), + #path(r'o/', include('outlines.urls')), path(r'nb/', include('notes.notebook_urls')), path(r'api/v1/', include(router.urls)), path(r'<slug>', PageDetailView.as_view(), name="pages"), |