add py-machineid lib for new machine app

This commit is contained in:
Nick Sweeting 2024-10-01 21:46:35 -07:00
parent 4a19051f4a
commit f46d62a114
No known key found for this signature in database
10 changed files with 728 additions and 38 deletions

View 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'