Add: url configs
This commit is contained in:
parent
43b7030d33
commit
f55815bb29
2 changed files with 10 additions and 0 deletions
|
@ -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")),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue