mirror of
https://github.com/kennethreitz/photos.kennethreitz.org.git
synced 2026-06-21 15:10:56 +00:00
0040c3a51c
All content management via CLI (import_folder, ai_describe, cleanup). No auth, no upload UI, no manage UI. Just photos. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
6 lines
68 B
Python
6 lines
68 B
Python
from django.urls import path
|
|
|
|
app_name = 'ingest'
|
|
|
|
urlpatterns = []
|