Hi again,

On Jun 10, 10:37 pm, Florian Apolloner <[EMAIL PROTECTED]> wrote:

> Why don't you display the image dynamically with django, without
> saving it?
> Example:http://django-captcha.googlecode.com/svn/trunk/djaptcha/views.py

I already took a look at django-captcha, and what I do not like in
this solution is the amount of additional work a programmer has to
invest here.
With my approach there is just a CaptchaField for the website
developer and nothing more. No urls.py changes, no new settings,
nothing. It 'just works'.

I'll make my little solution available soon and will use Phil's
proposal of deleting old images just before creating a new captcha.
Although it's not as elegant as I would like, because it scans the
captcha-directory whenever a new captcha image is about to be made.

Maybe tomorrow or the day after tomorrow I can post my files on some
public server.

Thank you all for your replies!

Martin


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to