Add initial chzzk app structure and configuration
Some checks failed
Deploy to Server / deploy (push) Has been cancelled
Some checks failed
Deploy to Server / deploy (push) Has been cancelled
This commit is contained in:
parent
f1ee0528e6
commit
f605ea9f55
7 changed files with 8 additions and 0 deletions
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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue