gestiojeux/comments/apps.py
sinavir c01ed7cb47 style(pre-commit): Add hook
Python:
- black
- isort (black profile)
- ruff

Nix:
- statix
- nixfmt-rfc-style
- deadnix
2024-07-04 20:47:46 +02:00

6 lines
91 B
Python

from django.apps import AppConfig
class CommentsConfig(AppConfig):
name = "comments"