Files
old-kivi-za-auta/kivi_cars/searches/apps.py

7 lines
148 B
Python
Raw Normal View History

2022-05-09 09:51:31 +02:00
from django.apps import AppConfig
2022-07-16 09:45:58 +02:00
class SearchesConfig(AppConfig):
2022-05-09 09:51:31 +02:00
default_auto_field = 'django.db.models.BigAutoField'
2022-07-16 09:45:58 +02:00
name = 'searches'