mirror of
https://github.com/kennethreitz/photos.kennethreitz.org.git
synced 2026-06-20 14:50:56 +00:00
3cbd26e4f5
ExifTree project with core, tree, gallery, groups, ingest, and search apps. Managed by uv with Django as the sole dependency. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
6 lines
83 B
Python
6 lines
83 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class TreeConfig(AppConfig):
|
|
name = "tree"
|