Add 'bookwyrm/' prefix to all urls
This commit is contained in:
parent
1e0d547db5
commit
71d0cd5e73
1 changed files with 2 additions and 0 deletions
|
@ -835,6 +835,8 @@ urlpatterns = [
|
||||||
# Serves /static when DEBUG is true.
|
# Serves /static when DEBUG is true.
|
||||||
urlpatterns.extend(staticfiles_urlpatterns())
|
urlpatterns.extend(staticfiles_urlpatterns())
|
||||||
|
|
||||||
|
urlpatterns = [path("bookwyrm/", include(urlpatterns))]
|
||||||
|
|
||||||
# pylint: disable=invalid-name
|
# pylint: disable=invalid-name
|
||||||
handler500 = "bookwyrm.views.server_error"
|
handler500 = "bookwyrm.views.server_error"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue