Access borg app from root url
This commit is contained in:
parent
feb1953064
commit
373434c3ef
|
@ -15,8 +15,9 @@ Including another URLconf
|
|||
"""
|
||||
from django.contrib import admin
|
||||
from django.urls import include, path
|
||||
from django.http import HttpResponseRedirect
|
||||
|
||||
urlpatterns = [
|
||||
path('borg/', include('borg.urls')),
|
||||
path('', include('borg.urls')),
|
||||
path('admin/', admin.site.urls),
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue
Block a user