mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2025-02-16 13:28:29 +00:00
9 lines
185 B
Python
9 lines
185 B
Python
|
from django.apps import AppConfig
|
||
|
|
||
|
|
||
|
class MachineConfig(AppConfig):
|
||
|
default_auto_field = 'django.db.models.BigAutoField'
|
||
|
|
||
|
name = 'machine'
|
||
|
verbose_name = 'Machine Info'
|