new gallery implementation

This commit is contained in:
2021-06-27 22:11:02 +00:00
committed by Patrick Mayr
parent 0f8caa6a0b
commit c0cba47f11
55 changed files with 19333 additions and 2 deletions

5
fet2020/gallery/apps.py Normal file
View File

@@ -0,0 +1,5 @@
from django.apps import AppConfig
class GalleryConfig(AppConfig):
name = "gallery"