Reputation: 4529
My application uses a photo slideshow(diaporama). In the back-end management I would provide the path to the folder that contains the photos. How can I handle the management of photos in Django?
Upvotes: 2
Views: 2825
Reputation: 3282
I would use Photologue:
Features:
Upvotes: 4
Reputation: 19399
What about using the django filebrowser and reference your photos from the folders you upload to? django-filebrowser
Upvotes: 0