Re: Weird Django Artifact Error

2011-01-31 Thread Samuel Baldwin
2011/1/31 bruno desthuilliers : > If yes, then grep is your friend: > > # cd /path/to/your/project > # grep -rHne "djang\.form" Yeah, I had done this (except with ack[1]) and 'djang.form.formsets' appears nowhere… And yes, I had restarted the service. Anyways, I cloned the repository, deleted the

Re: Weird Django Artifact Error

2011-01-31 Thread bruno desthuilliers
On 30 jan, 20:02, Samuel Baldwin wrote: > I was writing a view in Django and I accidentally tried to import from > a module 'djang.form.formsets'. Naturally this didn't work so I fixed > it, but I still continue to get an error like it's there. I've tried > removing all pyc files, removing the