Henry Mehta

Results 10 comments of Henry Mehta

I'm having the same problem loading multiple files and I'm trying to implement this solution but clearly doing something wrong. I had been using `file_storage = FileSystemStorage(location=os.path.join(settings.MEDIA_ROOT, 'car_images/'))`. I replaced...

> I still feel this is would be a valuable feature. For my application, I ended up using an approach similar to that suggested by @dbrgn in [#61 (comment)](https://github.com/django/django-formtools/issues/61#issuecomment-199702599). >...

This is how I got Pango (with cairo) on ElasticBeanstalk - in case it helps anyone else First, `pip install -r requirements.txt` was run before pip upgrade, so I changed...

@Niiteesh006 It depends on which ElasticBeanstalk environment you're deploying to. Different versions have different version of Pango / Cairo so you might have to include the download yourself to get...

@TomDom80 please bring the pull request back. I've just tried building in docker and getting same issue

'field' has been removed from the proceedingmeta model. If you go into base.yaml and remove the rows in proceedingmeta with the field named 'field' then the load worked for me

@ICSGrade I'm getting the following error when I attempt `pip install --upgrade -e git+git://github.com/ICSGrade/ics-pinax-messages@c9bfa6f#egg=pinax-messages` > WARNING: Discarding git+git://github.com/ICSGrade/ics-pinax-messages@c9bfa6f#egg=pinax-messages. Command errored out with exit status 128: git clone --filter=blob:none -q git://github.com/ICSGrade/ics-pinax-messages...

For me it installed with `pip install git+https://github.com/ICSGrade/ics-pinax-messages@c9bfa6f#egg=pinax-messages`