1
0
Files
medical-notes/stroma/file/apps.py
Johan Dahlin 50366b9b9c
All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 2m29s
vault backup: 2025-12-26 02:09:22
2025-12-26 02:09:22 +01:00

7 lines
140 B
Python

from django.apps import AppConfig
class FileConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'file'