Added asset model and basic views

This commit is contained in:
2022-03-10 17:28:39 +01:00
parent 7e446bcbec
commit 16a0b92731
16 changed files with 156 additions and 0 deletions

6
asset/apps.py Normal file
View File

@@ -0,0 +1,6 @@
from django.apps import AppConfig
class AssetConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'asset'