Added initial traveller and common apps

This commit is contained in:
st01765
2026-02-04 15:56:50 +11:00
parent e86a842e69
commit ad4fd19cc7
15 changed files with 39 additions and 1 deletions
+3 -1
View File
@@ -44,7 +44,9 @@ INSTALLED_APPS = [
'django.contrib.staticfiles',
'import_export',
'rangefilter',
'transport'
'common',
'transport',
'traveller'
]
if platform.system() == "Linux":