Files
Quatsh-Website/src/polls/apps.py
WGAVermeer 26c6f46531
Some checks failed
Gitea build & Test. / tests (push) Failing after 3s
added poll app for testing purposes. Will be removed later.
2026-03-11 08:13:35 +01:00

6 lines
85 B
Python

from django.apps import AppConfig
class PollsConfig(AppConfig):
name = 'polls'