django-weather/weather_project/weather/apps.py

7 lines
146 B
Python
Raw Normal View History

2025-04-01 00:03:23 +00:00
from django.apps import AppConfig
class WeatherConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'weather'