new gallery implementation
This commit is contained in:
9
fet2020/gallery/urls.py
Normal file
9
fet2020/gallery/urls.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from django.urls import path
|
||||
|
||||
from . import views
|
||||
|
||||
|
||||
urlpatterns = [
|
||||
path("", views.index, name="gallery"),
|
||||
path("<slug:slug>/", views.show_album, name="album"),
|
||||
]
|
||||
Reference in New Issue
Block a user