Questions tagged [photologue]

64 questions
11
votes
2 answers

Django Photologue Tutorial

I have a hard time understanding how photologue works exactly. Is anybody aware of a Example Project Tutorial where I can display a gallery via Django-Photologue. Where Imagelinks are stored in a database? Or how can I achieve that in Django? Or…
MacPython
  • 17,901
  • 10
  • 42
  • 48
5
votes
1 answer

Customising Django admin TabularInline default field

I have a TabularInline admin layout, all works fine except I'd like to have it show something other than the Obj.__unicode__ value on the top left of each row. My TabularInline is a photologue ImageModel model, so I'd like it to show me the…
Guy Bowden
  • 4,997
  • 5
  • 38
  • 58
5
votes
1 answer

Django changing app name of Photologue

i have installed photologue - A customizable plug-in photo management application for the Django web framework here into my project without problem... now i want to change app name in admin page which is photologue. for this i have used…
urcm
  • 2,274
  • 1
  • 19
  • 45
4
votes
2 answers

How to use django-photologue with Amazon S3? Solving NotImplementedError

I have problem with using Photologue app on heroku with S3 as a storage for media and static files, Django 1.5. The problem is that whenever I try to add e.g. a photo size in django admin I get: NotImplementedError Exception Value: This backend…
Pawel Ceranka
  • 441
  • 1
  • 4
  • 7
4
votes
2 answers

Integrating Photologue

I want to integrate photologue with my Django app and use it to display photos in a vehicle inventory...kinda like what is offered by Boost Motor Group Inc. I've already integrated the app so the next step which I'm trying to figure out is how to…
Stephen
3
votes
1 answer

Is the auto generated photologue image urls overridable?

I have two separate servers. One is hosting django instance on "www.example.com", the other is serving static files on "static.example.com". In django settings, MEDIA_URL points to "static.example.com". Therefore my photologue is using the…
Sencer H.
  • 1,201
  • 1
  • 13
  • 35
2
votes
0 answers

Photologue vs. Imagestore?

So I was looking at: http://djangopackages.com/grids/g/gallery/ because I need to add a gallery app to my project. I noticed that Imagestore seems to be more actively maintained and have more features, but that more people by far are using…
Colleen
  • 23,899
  • 12
  • 45
  • 75
2
votes
1 answer

django-photologue constructs the wrong URLs for photos

I've installed django-photologue and added a handful of photos to the database. The basic site mechanics seem to be working fine, except no photos or thumbnails are displayed. The images and thumbnails are in ..\django\media\photologue\photos. For a…
SeanB
  • 910
  • 1
  • 6
  • 8
2
votes
3 answers

Custom command to upload photo to Photologue from within Django shell?

I have successfully employed Photologue to present galleries of regularly-created data plot images. Of course, now that the capability has been established, an obscene number of data plots are being created and they need to be shared! Scripting the…
2
votes
3 answers

django-photologue upload_to

I have been playing around with django-photologue for a while, and find this a great alternative to all other image handlings apps out there. One thing though, I also use django-cumulus to push my uploads to my CDN instead of running it on my local…
ApPeL
  • 4,801
  • 9
  • 47
  • 84
2
votes
2 answers

Django Photologue Upload Photo Example

I've installed Django-Photologue and I can upload files and create galleries in my Django admin site. I've been searching the documentation below for examples on how to create a photo upload form so my users can create a gallery on my site but can't…
PhilBot
  • 748
  • 18
  • 85
  • 173
2
votes
2 answers

Django ViewDoesNotExist error after installing photologue

I'm using Django 1.5.1. Everything was OK. But as soon as I installed django-photologue through pip I face this error when I visit admin url: > **ViewDoesNotExist at /admin/** Could not import django.views.generic.list_detail.object_list. Parent…
sheshkovsky
  • 1,302
  • 3
  • 18
  • 41
2
votes
2 answers

How to make custom PhotoEffects in Django Photologue?

I'm creating an image gallery in Django using the Photologue application. There are a number of PhotoEffects that come with it. I'd like to extend these and make my own so that I can do more complicated effects such as adding drop shadows, glossy…
Soviut
  • 88,194
  • 49
  • 192
  • 260
1
vote
0 answers

Django Photologue XML Error

Does someone know why I get an XML-Error when I try to open a picture via Django-Photologue? Unfortunately the Error message is in German: XML-Verarbeitungsfehler: nicht wohlgeformt Adresse: http://example.com/photologue/photo/name_of_photo/ Zeile…
user8496104
  • 43
  • 1
  • 9
1
vote
1 answer

photolouge gallery only uploads one picture

I have a django site with photologue installed, and I followed the official documentation to get it setup. Whenever I go to the admin site to create a gallery I can choose multiple pictures to put in that gallery but once I hit save only the first…
Tedgar
  • 13
  • 2
1
2 3 4 5