Files
kennethreitz 0040c3a51c Remove login, dashboard, manage, upload — pure public read-only site
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>
2026-04-09 14:45:07 -04:00

6 lines
68 B
Python

from django.urls import path
app_name = 'ingest'
urlpatterns = []