Fixed urls

This commit is contained in:
2022-03-10 18:19:13 +01:00
parent 16a0b92731
commit 111f147cac
4 changed files with 8 additions and 6 deletions

View File

@@ -1,3 +1,5 @@
from django.contrib import admin
# Register your models here.
from .models import Asset
admin.site.register(Asset)