Added initial transport app

This commit is contained in:
st01765
2026-02-04 15:04:52 +11:00
parent 909448d12a
commit e86a842e69
8 changed files with 19 additions and 0 deletions
+1
View File
@@ -44,6 +44,7 @@ INSTALLED_APPS = [
'django.contrib.staticfiles',
'import_export',
'rangefilter',
'transport'
]
if platform.system() == "Linux":