chzzk #1
7 changed files with 8 additions and 0 deletions
commit
f605ea9f55
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
|
|
@ -10,6 +10,7 @@
|
|||
"buildx",
|
||||
"chatbadge",
|
||||
"chatbadgeset",
|
||||
"chzzk",
|
||||
"collectstatic",
|
||||
"colorama",
|
||||
"createsuperuser",
|
||||
|
|
|
|||
0
chzzk/__init__.py
Normal file
0
chzzk/__init__.py
Normal file
7
chzzk/apps.py
Normal file
7
chzzk/apps.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class ChzzkConfig(AppConfig):
|
||||
"""Config for chzzk app."""
|
||||
|
||||
name = "chzzk"
|
||||
0
chzzk/migrations/__init__.py
Normal file
0
chzzk/migrations/__init__.py
Normal file
0
chzzk/models.py
Normal file
0
chzzk/models.py
Normal file
0
chzzk/tests/__init__.py
Normal file
0
chzzk/tests/__init__.py
Normal file
0
chzzk/views.py
Normal file
0
chzzk/views.py
Normal file
Loading…
Add table
Add a link
Reference in a new issue