Files
Touchh/hotels/apps.py
2024-12-06 10:47:30 +09:00

7 lines
144 B
Python

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