Update 0206_load_module_type_profiles.py

This commit is contained in:
Harry 2025-07-07 21:03:22 +01:00 committed by GitHub
parent f42e61a919
commit 72b0a1ac92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,8 @@ def load_initial_data(apps, schema_editor):
'gpu',
'hard_disk',
'memory',
'power_supply'
'power_supply',
'expansion_card'
)
for name in initial_profiles: