WIP
This commit is contained in:
6
twitch_app/apps.py
Normal file
6
twitch_app/apps.py
Normal file
@ -0,0 +1,6 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class TwitchConfig(AppConfig):
|
||||
default_auto_field: str = "django.db.models.BigAutoField"
|
||||
name: str = "twitch_app"
|
Reference in New Issue
Block a user