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
+6
View File
@@ -0,0 +1,6 @@
from django.apps import AppConfig
class CommonConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'common'