mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-25 06:37:15 +01:00
Update urls.py
This commit is contained in:
parent
a1cdc45f1a
commit
8761816635
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ from django.urls import path
|
|||
from paperless_migration import views
|
||||
|
||||
urlpatterns = [
|
||||
path("accounts/login/", views.migration_login, name="account_login"),
|
||||
path("accounts/", include("allauth.urls")),
|
||||
path("migration/", views.migration_home, name="migration_home"),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue