[e55501]: / lungApp / apps.py

Download this file

7 lines (4 with data), 146 Bytes

1
2
3
4
5
6
from django.apps import AppConfig
class LungappConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'lungApp'