vella-backend / pdfs /apps.py
luanpoppe
refactor: removendo c贸digos de testes
f22dc64
raw
history blame
140 Bytes
from django.apps import AppConfig
class PdfsConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "pdfs"