Re: django formwizard NoFileStorageConfigured

2012-10-23 Thread Kenneth Love
I've just been hit by this too, exactly the same set up and problem. I'd love a fix/solution. On Sunday, March 11, 2012 5:27:33 AM UTC-7, danoro wrote: > > [ACTION] > > Subclass NamedUrlSessionWizardView and instantiate it with a set of > forms one of them containing a FileField > > class Comm

Re: CSRF with AJAX problem

2011-09-30 Thread Kenneth Love
You're using AJAX and forms incorrectly, then. Any form that has a solid effect on your database (creating, replacing, or deleting data) should be POSTed and should have CSRF token. Look into pydanny's django-uni-form project (http://readthedocs.org/ docs/dango-uni-form/en/latest/) for creating yo