created apps.lists, w. deliberately failing unit test

This commit is contained in:
Disco DeDisco
2025-12-30 15:49:50 -05:00
parent 696814eb19
commit b7d3535402
9 changed files with 23 additions and 0 deletions

5
apps/lists/apps.py Normal file
View File

@@ -0,0 +1,5 @@
from django.apps import AppConfig
class ListsConfig(AppConfig):
name = 'apps.lists'