Nomi78600's picture
main
47cb610
raw
history blame contribute delete
145 Bytes
from django.apps import AppConfig
class HomeConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'home'