Add: url configs

This commit is contained in:
Aroy-Art 2023-12-28 19:18:21 +01:00
parent 43b7030d33
commit f55815bb29
Signed by: Aroy
GPG key ID: 583642324A1D2070
2 changed files with 10 additions and 0 deletions

View file

@ -21,6 +21,7 @@ admin.site.site_header = 'Gallery Archivist Django Admin Panel'
urlpatterns = [
path('admin/', admin.site.urls), # Django admin route
path("", include("apps.authentication.urls")), # Auth routes - login / register
path("files/", include("apps.files.urls")),
path("", include("sites.furaffinity.urls")),