Move Twitch stuff to /twitch/
This commit is contained in:
parent
8f43fd612c
commit
6f6116c3c7
31 changed files with 1150 additions and 984 deletions
7
core/apps.py
Normal file
7
core/apps.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class CoreConfig(AppConfig):
|
||||
"""Core application configuration."""
|
||||
|
||||
name = "core"
|
||||
Loading…
Add table
Add a link
Reference in a new issue