scratch-site/scratch_show/apps.py

7 lines
155 B
Python
Raw Normal View History

2022-05-13 03:04:13 +02:00
from django.apps import AppConfig
class ScratchShowConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'scratch_show'