Set up teams app: create app structure, register in settings, and update base template formatting.

This commit is contained in:
2026-04-18 12:36:42 +02:00
parent 72e6388c0c
commit fb830710f2
8 changed files with 18 additions and 1 deletions

5
teams/apps.py Normal file
View File

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