This commit is contained in:
parent
4627d1cea0
commit
d762081bd5
26 changed files with 5048 additions and 1 deletions
8
kick/apps.py
Normal file
8
kick/apps.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class KickConfig(AppConfig):
|
||||
"""Django app configuration for the kick app."""
|
||||
|
||||
default_auto_field = "django.db.models.BigAutoField"
|
||||
name = "kick"
|
||||
Loading…
Add table
Add a link
Reference in a new issue