-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 On Thu, Oct 04, 2018 at 06:24:27AM -0700, [email protected] wrote: > Hi all, > > I am trying to connect Django to Vertica, but I am not able to get any > useful documentation for the same. Whatever links I am getting don't help! > I have attached the screenshot of the errors I am getting . I have > installed the ODBC driver for Vertica and I don't know what to put in the > Settings.py-> Database -> Engine field > These links are not useful , but these are the only links I am getting on > the internet- > 1) https://github.com/shayh/django-vertica > 2) https://github.com/rutube/django_vertica_backend > Please help me out with the "Engine" field that indicates the django > backend, as I have configured all the other things and I am stuck at this > thing. > > Thanks in Advance. > Ankita
As far as I can see, the first of those packages is really old (>6 years), so it's pretty much guaranteed that it won't work with any reasonably recent version of Django. The second one also seems to be unmaintained since 2016, and it doesn't even claim to have full ORM support anyway. All in all, it doesn't seem to be feasible to use a Vertica database with Django at this point, at least not with open-source libraries. Michal -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCgAGBQJbth25AAoJEHA7T/IPM/klkOcP/A5tInkEz2L42/TRPpZ6tRnO kI+aln8rKnMsO4GuadwEAgvL2xs3kyasFno2AK2Y2oCwOHlfRwLEVLnUG0kHKD3U DuzZHTukaLuU5NDACcYaDD2sRh63Tce1z/20qqI6WneidoP8GysEvzOxOJPbrWOQ NWhUYmoSDtRMdyz9dn0cWEwrFpOyJQaiRv2VGdtH0xvF2YaNkgB+qb/ORnd2GAqv 0/K6f3L02Ldq41/5o9SgV3Fi8T/ATybokfvjRSkPFq/p+wApgoz+RrllMvco11+T lPkEK48uQ7Sy1HHpmeyA6WtKNvBhjrDMYtaZPZ7MvdVAn/QiCwZLB+b7v7zf9OsA vqcd7WGO2B81pG11dhvuywjXlK4Hl9CVZ+XWPRlT7r9UUU0WkKv2jQdMroTW4Rrz MqE1rSh04Hu/Yj0TSFNy0VGjyWTgk2+TZBIBACcIRxJJwQqtA09zukDJMboW0N2d nenxtLK5RCsfeBnHNdubUk03UCztDZwGleTbyqtZ9mA6feQPeI7HsTo2i2yGyc/M JEj8PjJV/OIM1Frc6nCwEEnP4ZAxmBYjNR02MtgVuM11MrrCXUmjZJOqb4iGX3x5 ZPGvSaVjkmCOZiIOF91tKJFREr13le7z0JnbeH8SWLDxk4AuciVBMZr7oXwpcj5/ uqgpXk7dP4KsyX/n3TH4 =kOAa -----END PGP SIGNATURE----- -- 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 https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/20181004140338.GA18928%40koniiiik.org. For more options, visit https://groups.google.com/d/optout.

