Files
dnd-db-site/helloworld/apps.py
T
2022-06-28 09:41:28 +03:00

7 lines
152 B
Python

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