mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-20 09:55:10 -04:00
add py-machineid lib for new machine app
This commit is contained in:
parent
4a19051f4a
commit
f46d62a114
10 changed files with 728 additions and 38 deletions
8
archivebox/machine/apps.py
Normal file
8
archivebox/machine/apps.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class MachineConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
|
||||
name = 'machine'
|
||||
verbose_name = 'Machine Info'
|
Loading…
Add table
Add a link
Reference in a new issue