Set up teams app: create app structure, register in settings, and update base template formatting.
This commit is contained in:
5
teams/apps.py
Normal file
5
teams/apps.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class TeamsConfig(AppConfig):
|
||||
name = "teams"
|
||||
Reference in New Issue
Block a user