Add redir model, remove children albums

This commit is contained in:
Nyymix 2025-01-20 21:21:09 +02:00
parent 684982eca5
commit 1dbd1c1779
9 changed files with 84 additions and 23 deletions

View file

@ -4,8 +4,8 @@ from django.contrib import admin
from django.urls import include, path
urlpatterns = [
path('', include(('gallery.urls', 'gallery'), namespace='gallery')),
path('admin/', admin.site.urls),
path('', include(('gallery.urls', 'gallery'), namespace='gallery')),
]
if settings.DEBUG: