django-weather/weather_project/weather/apps.py
2025-04-01 02:03:23 +02:00

6 lines
146 B
Python

from django.apps import AppConfig
class WeatherConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'weather'