Closed GoogleCodeExporter closed 8 years ago
ImageKit(http://bitbucket.org/jdriscoll/django-imagekit/) should do exactly
what you
want, creates no tables or relationships and only needs to be installed to use
the
management commands.
Original comment by justin.d...@gmail.com
on 10 Aug 2009 at 4:46
Interesting... I think I'd stumbled across imagekit when I was looking for
existing
apps - not sure why I didn't look further into it (might have been the hard to
read
dark styling at bitbucket, actually - I was in winnowing the chaff mode). Now
I'm
curious, what's the relation between imagekit and photologue? On a first
glance it
seems odd that Photologue isn't built on imagekit, or was the origin the other
way
around?
I don't know if it was just me, but that item about ImageModel in the "What's
New"
section really gave me the wrong impression about what to expect. And if the
answer
really is "imagekit", perhaps you should add it to
http://code.djangoproject.com/wiki/DjangoResources
Thanks!
Original comment by ma...@two14.net
on 10 Aug 2009 at 5:12
I took the lower level bits of Photologue and created imagekit to get
configuration out
of the database and make it more flexible. Photologue v3 will be built on top
of
ImageKit and you can see some functional proof-of-concept code in the 3.x
branch on
this site.
I do need to update this project site but I'm trying to get 3.0 out as well as
another
2.x release. I will add ImageKit to the resources page. I'd forgotten about it.
Original comment by justin.d...@gmail.com
on 10 Aug 2009 at 5:20
Original issue reported on code.google.com by
ma...@two14.net
on 10 Aug 2009 at 4:09