Upgrade to Mountain Lion bootstrap and buildout don't work

2012-09-24 Thread Zeeshan Syed
Hi there, I recently upgraded to Mountain Lion on my Mac, and now bootstrap and buildout don't work. I keep on getting this error message anytime I run python boostrap.py: Traceback (most recent call last): File "bootstrap.py", line 172, in ez['use_setuptools'](**setup_args) File "",

Re: Django ImageField causes 503

2012-09-02 Thread Zeeshan Syed
One other thing I forgot to mention is that we're hosting on Amazon EC2 using Nginx. Zee On Sunday, September 2, 2012 3:46:27 PM UTC-4, Zeeshan Syed wrote: > > Hi there, > > In the models of one of our apps I'm including an ImageField for several > of the fields for som

Django ImageField causes 503

2012-09-02 Thread Zeeshan Syed
Hi there, In the models of one of our apps I'm including an ImageField for several of the fields for some of the models. The images we upload are being stored using AWS S3 Storage. On a local machine, the site works fine and the images are uploading. However on our sandbox server, when I try

Django CRM Tool

2012-06-02 Thread Zeeshan Syed
Hey everyone, I've been asked to create a CRM tool using Django. Just wondering what route I should take. Would it be wise to start from scratch? Should I play around with Django admin and mess around with that? I've looked at the django-crm project, has anyone had any experience with that? Any

Recurly REST API

2012-01-27 Thread Zeeshan Syed
Hey guys, I'm pretty new to Django. I was curious to know if someone could provide me with an example of how to utilize the Recurly API using Pyhon and Django. The API is here http://docs.recurly.com/api/subscriptions. But I'm unsure of how to perform an action like reactivate a subscription. If