مراية لـ
https://github.com/Cesarkassis/booking-Api.git
تم المزامنة 2025-11-30 21:32:29 +00:00
7 أسطر
148 B
Python
7 أسطر
148 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class BookingsConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'bookings'
|