8 lines
185 B
Python
8 lines
185 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class VehiclesConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'vehicles'
|
|
verbose_name = "Clerc véhicule"
|