21800ea5e3
This commit adds IntelliJ IDEA-specific configuration files for the project, including module setup, version control integration, inspection profiles, and workspace settings. These files facilitate development environment configuration for contributors using IntelliJ IDEA.
7 lines
146 B
Python
7 lines
146 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class BookingConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "booking"
|