CloudStorage / home /apps.py
thejagstudio's picture
Upload 30 files
0a08d4d verified
raw
history blame
No virus
146 Bytes
from django.apps import AppConfig
class HomeConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'home'