mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-06 19:06:08 +10: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'
|