Initial noodling

This commit is contained in:
2022-05-20 17:43:46 +01:00
parent 9273ca35cf
commit 16d845ad3a
5 changed files with 78 additions and 2 deletions

View File

@@ -3,7 +3,6 @@ from django.db.models import Q
from assets import models
class AssetForm(forms.ModelForm):
related_models = {
'asset': models.Asset,