Simple code cleanups.

This commit is contained in:
Miguel Astor
2025-01-15 15:14:40 -04:00
parent bcefd5fdd1
commit 964fee5ddf
4 changed files with 11 additions and 13 deletions

View File

@@ -1,6 +1,5 @@
# Django imports
from django.urls import path
from django.contrib.auth.decorators import login_required
from django.urls import path
# Module imports
from .views import (
@@ -11,6 +10,7 @@ from .views import (
# URL Patterns. #
###########################################################################################
urlpatterns = [
# Views.
path('', gallery_view, name = 'gallery_view_root'),