feat: add Immich integration module with API endpoints and admin interface

This commit is contained in:
Sean Morley
2024-12-31 10:38:15 -05:00
parent 79db20a903
commit dc89743569
12 changed files with 148 additions and 2 deletions

View File

@@ -56,6 +56,7 @@ INSTALLED_APPS = (
'adventures',
'worldtravel',
'users',
'integrations',
'django.contrib.gis',
)