mirror of
https://github.com/eduardogsilva/routerfleet.git
synced 2025-06-21 01:25:41 +02:00
6 lines
153 B
Python
6 lines
153 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class ImportToolConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'import_tool'
|