How to integrate django-photologue with my application?

147 views
Skip to first unread message

Guevara

unread,
May 14, 2011, 3:01:40 PM5/14/11
to Django Photologue
Hello!
I read the manual django-photologue (http://code.google.com/p/django-
photologue/w/list) but found no instructions on how to use the
framework to integrate an application. I need a house that has a photo
gallery.

I tested an import (from photologue.models import ImageModel) in
models.py an import but not found by Eclipse Helios.

if I have the class, example:

class House(models.Model):
title = models.CharField(max_length=50)
area = models.CharField(max_length=20, blank=True)
price = models.DecimalField(max_digits=15, decimal_places=2)

How can I integrate django-photologue application to have a photo
gallery of the house?
Can anyone help?
Thanks!!

mpa

unread,
Feb 6, 2013, 10:18:38 AM2/6/13
to django-p...@googlegroups.com
Hi,

did you figure how to use Photologue in you app?
I am having the same problem :/

regards,
Marc
Reply all
Reply to author
Forward
0 new messages