Files
Quatsh-Website/src/gallery/apps.py
WGAVermeer d8800daba3
Some checks failed
Gitea Test. / tests (push) Has been cancelled
created base gallery app, made start on documentation.
2026-04-09 10:35:28 +02:00

6 lines
89 B
Python

from django.apps import AppConfig
class GalleryConfig(AppConfig):
name = 'gallery'