Re: Integrating django-honeypot with Pinax

2011-09-08 Thread Bill Freeman
They are probably off under some folder named site-packages that isn't within the project. Probably the easiest way to find it is to (first activating any virtual environment as necessary) run: python manage.py shell Then import something of interest, then type its name, such as: >>> import pin

Re: Integrating django-honeypot with Pinax

2011-09-08 Thread Christos Jonathan Hayward
Breadcrumb note: someone on the list pointed out the middleware described at the bottom of django-honeypot's homepage. That was what I wanted. On Thu, Sep 8, 2011 at 1:21 PM, Christos Jonathan Hayward < christos.jonathan.hayw...@gmail.com> wrote: > I would like to incorporate django-honeypot ( >

Integrating django-honeypot with Pinax

2011-09-08 Thread Christos Jonathan Hayward
I would like to incorporate django-honeypot ( https://github.com/sunlightlabs/django-honeypot) into a Pinax site so there's less spam; the project was cloned from the social network. The basic instructions for django-honeypot are "Add X to your settings.py, do Y to templates containing forms you w