Modify ↓
Ticket #1080 (new defect)
support for django-jython and postgresql
| Reported by: | anonymous | Owned by: | andrew |
|---|---|---|---|
| Priority: | major | Milestone: | The Future |
| Component: | commands | Version: | unknown |
| Keywords: | Cc: |
Description
As far as I can tell, South doesn't work with django-jython because it can't find any database adapters.
Augmenting engine_modules with 'doj.backends.zxjdbc.postgresql': 'postgresql_psycopg2' seems to improve the situation and at least get it successfully talking to the database.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

Pull request at https://bitbucket.org/andrewgodwin/south/pull-request/61/make-south-play-a-bit-nice-with-django.