Re: Accessing Backend DB for UI

2012-06-07 Thread Tanveer Ali Sha
YeahI got it, Thank you brother . Thank You On Thu, Jun 7, 2012 at 10:44 AM, Dennis Lee Bieber wrote: > On Thu, 7 Jun 2012 09:45:53 +0530, Tanveer Ali Sha > declaimed the following in > gmane.comp.python.django.user: > > > sorry ,I have a Perl back-end running as an API,i want to contro

Re: Accessing Backend DB for UI

2012-06-06 Thread Tanveer Ali Sha
sorry ,I have a Perl back-end running as an API,i want to control that in my front end using Django.How can I do that.? Thank You On Wed, Jun 6, 2012 at 11:13 PM, Kurtis Mullins wrote: > On 05/06/2012 18:04, Ali Shaikh wrote: > >> Hey.. >> >> I am working for project, in that the back-en

Re: Accessing Backend DB for UI

2012-06-06 Thread Kurtis Mullins
On 05/06/2012 18:04, Ali Shaikh wrote: > Hey.. > > I am working for project, in that the back-end code is return in perl > and am working for front-end part i.e UI using Django, > Can any one can tell me how to access back-end database which is > return in perl or any othere languages .??

Re: Accessing Backend DB for UI

2012-06-05 Thread Tanveer Ali Sha
Thank you for your mail benoit. No ,it abstraction layer made in perl, i wanna access that data for my front-end part. On Tue, Jun 5, 2012 at 4:50 PM, Benoit Perdu wrote: > Is there a database (SQLite, MySQL, PostGreSQL, ...) at your backend, or > is it an abstraction layer made in Perl? > > If

Re: Accessing Backend DB for UI

2012-06-05 Thread Benoit Perdu
Is there a database (SQLite, MySQL, PostGreSQL, ...) at your backend, or is it an abstraction layer made in Perl? If you have a databse, why not access it directly with Django --You would need to build your model to fit, and set the username to one the DB accepts, but this looks like the clean