Files
org-social-relay/app/polls/apps.py
Andros Fenollosa 5f6666b372 Fixed format
2025-09-22 14:52:46 +02:00

7 lines
146 B
Python

from django.apps import AppConfig
class PollsConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "app.polls"