Questions tagged [photologue]
64 questions
0
votes
1 answer
Getting Photologue was unable to import the Python Imaging Library error in django_inventory while deploying with Apache+Mod_wsgi
I am trying to deploy Django Inventory with Apache + Mod_wsgi in Virtual environment. But It gives 500 server side error claiming that it cannot import PIL. But PIL and Photologue are already installed within my virtualenv. And I had no problem…

edam
- 910
- 10
- 29
0
votes
1 answer
photologue django
I am trying to implement the photologue django photo gallery here:
http://skam.webfactional.com/blog/2007/08/08/django-based-photo-gallery-tutorial/
I dont understand this part:
You need to have the current user’s info outside requests, have a look…

MacPython
- 17,901
- 10
- 42
- 48
0
votes
2 answers
How to add a gallery in photologue?
I installed photologue correctly in my project (blog) and I can add images in admin panel, but how to display them on my main page?

meowz
- 3
- 1
- 4
0
votes
3 answers
Gallery in Photologue can have only one Photo
after I put the photologue on the server, I have no issue with uploading photos.
the issue is when I am creating a Gallery from the admin site, I can choose only one photo to be attached to the Gallery. even if I selected many photos, one of them…

john
- 25
- 6
0
votes
2 answers
Limiting access to authenticated user
I'm trying to limit access to authenticated user on a photo gallery site. I want an authenticated user to see all photos, and unauthenticated one to see only three.
I am using a third-party library called Photologue which has a class…

Cameron Sima
- 5,086
- 6
- 28
- 47
0
votes
1 answer
How to display extended fields in Django Photologue
I've followed the documentation on how to customize models. I want to add an extra url field to the gallery, so I've added this.
extra_url = models.URLField(max_length=200, blank=True, null=True)
Everything shows up fine in the Django admin, but I…

poleethman
- 43
- 1
- 1
- 5
0
votes
1 answer
How to use EXIF.py in Django photologue to extract GPSInfo from images and display it in google map
I am using Django-photologue this app to display a photo gallery, which is quite nice. But what I want to do further is extract out the GPSInfo from each image and display it on the website (or more advanced, display it in google map). I am quite a…

yzhu
- 1
0
votes
1 answer
set maximum imagesize for django Photologue
just uploaded some photos via django photologue. And one image, an extreme panorama format will not show properly. its 2200px wide.
Is there a limitation to the size of an image and can this limitation be changed?
thx

123
- 1
- 1
0
votes
0 answers
Django-photologue - upload images from frontend?
Is there any way to upload images using photologue from the front end rather than through the admin page?
If not, is there a suggestion for a better django package? Something that allows for the storing and retrieving of large numbers of photos from…

R.N.G
- 31
- 5
0
votes
1 answer
Dynamically create and save image with Django and PIL/Django-Photologue
I want to generate a page of html with dynamic content and then save the result as an image as well as display the page to the user. So, user signs up to attend conference and gives their name and org. That data is combined with html/css elements to…

Travis
- 245
- 1
- 3
- 8
0
votes
2 answers
Photologue thumbnails not cached (displayed as broken image links)
Both my admin and site pages do not display thumbnails of my images correctly:
My project is completely borrowed from the following photologue tutorial:
https://github.com/jdriscoll/django-photologue/tree/master/example_project
I am using Django…

ecoe
- 4,994
- 7
- 54
- 72
0
votes
1 answer
Django Photologue Gallery Uploads == BAD REQUEST
After installing Photologue following the official guide I did initially succeed in uploading a .zip gallery, however at one point the system started giving me a 400 BAD REQUEST error, whenever I attempt to upload a new .zip gallery. The .zip files…

luboP
- 1
0
votes
1 answer
How to make django-photologue autorotate image with info from EXIF?
I need to change orientation of image according to info in EXIF on upload.
Is there any "standard" way for this?
Im trying to patch models now, but not sure its right way.

dtoch
- 185
- 1
- 2
- 12
0
votes
1 answer
How can I let users upload images to photologue?
I've set up the Photologue, but I don't know how to let a (normal) user upload an image without using the admin interface.
I'd like to let users upload base64-encoded images from a HTML5 canvas, but in the first step it would be fine to upload files…

kossmoboleat
- 1,841
- 1
- 19
- 36
0
votes
1 answer
Auto-refresh image gallery?
I was thinking of using django-photologue for my gallery, but I'd like it to have capability to automatically show newly uploaded images at, for example, top. Is that possible with photologue or should I use some other gallery?

Marin
- 1,311
- 16
- 35