bolang
unread,Dec 3, 2012, 11:13:02 PM12/3/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
Hi all,
need some input here.
I have a site with > 15000 images, using django photologue.
When we create a Post (that has Images field in it) from django admin,
all of the images will be loaded in a dropdown.
Before this, it was not create any problem.
Now, after the number of images getting bigger, big chance we got
timeout when try
to create/edit Post.
I think it is possible to limit the loaded images (although i don't know
how to do it).
But, which images that should be loaded?
Any advice?
Thanks before.