7 lines
142 B
Python
Raw Permalink Normal View History

2025-02-21 15:52:54 -03:00
from django.apps import AppConfig
class WgrrdConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'wgrrd'