Re: Connecting to FirebirdSQL-Database as a second DB

2015-11-11 Thread Jani Tiainen
As I said, django-firebird is compatible with Django 1.6.x and older releases. So it won't work with Django 1.8.2 You do have three options: 1) Fix or ask someone to fix django-firebird to support Django 1.8 2) Use Firebird database without Django ORM directly. 3) Use Django 1.6.x (not

Re: Connecting to FirebirdSQL-Database as a second DB

2015-11-11 Thread Djangaroo
Hi, Thanks for the quick answer! No I'm not sure if it's compatible... I'm using Django 1.8.2 if that helps I really don't know how I need to go about this. I can't find a way to connect my Database with the Django Project. At the moment I'm trying to get this

Re: Connecting to FirebirdSQL-Database as a second DB

2015-11-11 Thread Jani Tiainen
Hi, Are you sure that django-firebird is compatible with version of Django you're using? Docs seem to indicate that django-firebird supports only Django 1.6.x On 11.11.2015 11:39, Djangaroo wrote: Hello everybody, I'm having trouble connecting a second Database to my Django Project. I

Connecting to FirebirdSQL-Database as a second DB

2015-11-11 Thread Djangaroo
Hello everybody, I'm having trouble connecting a second Database to my Django Project. I would like to read Data from the Firebirdsql database, to display on my Website. I have downloaded 'django-firebird' Link This is the setup I am using, wicht