Compare commits
2 commits
41029bfbc9
...
f605ea9f55
| Author | SHA1 | Date | |
|---|---|---|---|
|
f605ea9f55 |
|||
|
f1ee0528e6 |
8 changed files with 9 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ repos:
|
|||
args: [--target-version, "6.0"]
|
||||
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: v0.15.5
|
||||
rev: v0.15.8
|
||||
hooks:
|
||||
- id: ruff-check
|
||||
args: ["--fix", "--exit-non-zero-on-fix"]
|
||||
|
|
|
|||
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