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 backend. I started a fresh 1.6.5 project and set up the database > portion of settings.py to use the redshift cluster. With just the default > apps (admin, auth, contenttypes, sessions, messages, and staticfiles), I > ran syncdb and got this: https://dpaste.de/y98N. Compared to vanilla > postgre, redshift doesn't support some things, including some constraints, > which is what's making syncdb blow up. > > What worries me in that backtrace is, the table creation sql that has the > offending constraint in it is being generated in commands/syncdb.py, so > that's before we even get to the postgresql_psycopg2 backend code, right? > So hacking on the postgres backend to make it jive with redshift wouldn't > help, here. (Correct me if I'm wrong!) > > Anyway, what wisdom can you share? What's the best way to approach this? > Is trying to get this to work even a good idea? Any guidance would be > greatly appreciated. > > > Thanks! > jpk > > > > -- > john p. kiffmeyer > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/b91a57d4-3a1f-4041-8ee5-3c116f4e5a43%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

