feat: ruff'ed

This commit is contained in:
2025-05-02 08:38:57 +02:00
parent 32b36b81b3
commit 48b53d851a
62 changed files with 2019 additions and 3655 deletions
+2 -2
View File
@@ -2,8 +2,8 @@ from django.apps import AppConfig
class WebConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "web"
default_auto_field = 'django.db.models.BigAutoField'
name = 'web'
def ready(self):
from .signals import rebuild_theme