Re: Using AWS Redshift database Django 1.6

2015-09-03 Thread Varsha Mane
Hi Anyone knows how to integrate,https://github.com/binarydud/django-redshift i Django 1.6 based project.. Thanks in Advance.. On Thursday, May 29, 2014 at 7:43:55 PM UTC+5:30, jpk wrote: > > Greetings, > > I'm attempting to set up a django project using amazon redshift as the > database ba

Re: Using AWS Redshift database Django 1.6

2014-05-29 Thread jpk
Ah, I see! I was mistaken, then. So the base db backend's sql_create_model is what generates the create table with the constraint? Then a db backend subclass just needs to override that to do whatever dbms-specific stuff it wants? Is there documentation on what all the methods in a django.db.ba

Re: Using AWS Redshift database Django 1.6

2014-05-29 Thread C. Kirby
I'll answer what I can from a quick review of the codebase. On Thursday, May 29, 2014 12:36:39 PM UTC-5, jpk wrote: > > Yeah, I came across that as well, but it didn't work on 1.6. I cloned and > debugged it up until I got the exact same error as the paste in my first > message. :( > > So, a fe

Re: Using AWS Redshift database Django 1.6

2014-05-29 Thread jpk
Yeah, I came across that as well, but it didn't work on 1.6. I cloned and debugged it up until I got the exact same error as the paste in my first message. :( So, a few questions: - Am I correct in my analysis that the syncdb command alone is generating the table creation sql that includes

Re: Using AWS Redshift database Django 1.6

2014-05-29 Thread C. Kirby
Wow, redshift lets you save quite a bit of data. It looks like someone started in on a redshift backend, I found something on github (https://github.com/binarydud/django-redshift) It appears to be unmaintained, and maybe not even complete, but you might get some idea's of where work needs to be d