Skip to content

Commit b8c41dd

Browse files
committed
try to trigger the github action
1 parent 239c979 commit b8c41dd

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.vscode/settings.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
"[python]": {
33
"editor.defaultFormatter": "ms-python.black-formatter",
44
"editor.formatOnSave": true
5-
}
5+
},
6+
"editor.formatOnPaste": true,
7+
"editor.formatOnSave": true
68
}

teleband/dashboards/apps.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33

44
class DashboardConfig(AppConfig):
5-
default_auto_field = 'django.db.models.BigAutoField'
6-
name = 'teleband.dashboards'
5+
default_auto_field = "django.db.models.BigAutoField"
6+
name = "teleband.dashboards"

0 commit comments

Comments
 (0)