We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 239c979 commit b8c41ddCopy full SHA for b8c41dd
.vscode/settings.json
@@ -2,5 +2,7 @@
2
"[python]": {
3
"editor.defaultFormatter": "ms-python.black-formatter",
4
"editor.formatOnSave": true
5
- }
+ },
6
+ "editor.formatOnPaste": true,
7
+ "editor.formatOnSave": true
8
}
teleband/dashboards/apps.py
@@ -2,5 +2,5 @@
class DashboardConfig(AppConfig):
- default_auto_field = 'django.db.models.BigAutoField'
- name = 'teleband.dashboards'
+ default_auto_field = "django.db.models.BigAutoField"
+ name = "teleband.dashboards"
0 commit comments