mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-21 22:09:36 +02:00
feat: add Immich integration module with API endpoints and admin interface
This commit is contained in:
parent
79db20a903
commit
dc89743569
12 changed files with 148 additions and 2 deletions
6
backend/server/integrations/apps.py
Normal file
6
backend/server/integrations/apps.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class IntegrationsConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'integrations'
|
Loading…
Add table
Add a link
Reference in a new issue