python/Day46-60/code/hellodjango/first/apps.py

6 lines
85 B
Python
Raw Permalink Normal View History

2024-12-04 00:04:56 +08:00
from django.apps import AppConfig
class FirstConfig(AppConfig):
name = 'first'