Re: calling perl script from HTML on submit button

2012-08-14 Thread Joris
On Tuesday, August 14, 2012 7:15:45 AM UTC+2, Pervez Mulla wrote:
>
> Thank you for your time and concern,
>
> Actually the entire back-end is in perl so, Am using Django for front-end. 
> So am asking is there any why to call perl objects in python .
>

You can always use subprocess() to run perl scripts, but I guess that is as 
far as it goes 

JB

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/XSbAHwqidzAJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: calling perl script from HTML on submit button

2012-08-13 Thread Pervez Mulla
Thank you for your time and concern,

Actually the entire back-end is in perl so, Am using Django for front-end.
So am asking is there any why to call perl objects in python .

On Mon, Aug 13, 2012 at 3:35 PM, Marcin Tustin wrote:

> You do realise that django is a python framework? If you want to write
> your app in Perl, use a Perl framework.
>
> On Aug 13, 2012 5:34 AM, "Pervez Mulla"  wrote:
> >
> > Hi,
> >
> > I have sign-up page, for that I have perl script to store the
> user details in DB .The DB code that has is auto-generated, i.e. we can
> just specify objects (User Details)and then it creates read and write
> functions for the DB.
> >
> > Next step is to also auto-generate some HTML forms based on these
> objects. That way I don't need to write new forms every-time, the code
> will auto generate HTML and i want to embbeded it in to Django-Framwork.
> >
> > So,
> >
> > How can execute perl scripts in Django framework,so that I
> can accomplish this function.
> >
> > Thank You
> >  Pervez
> >
> > --
> > You received this message because you are subscribed to the Google
> Groups "Django users" group.
> > To post to this group, send email to django-users@googlegroups.com.
> > To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> > For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: calling perl script from HTML on submit button

2012-08-13 Thread Marcin Tustin
You do realise that django is a python framework? If you want to write your
app in Perl, use a Perl framework.
On Aug 13, 2012 5:34 AM, "Pervez Mulla"  wrote:
>
> Hi,
>
> I have sign-up page, for that I have perl script to store the
user details in DB .The DB code that has is auto-generated, i.e. we can
just specify objects (User Details)and then it creates read and write
functions for the DB.
>
> Next step is to also auto-generate some HTML forms based on these
objects. That way I don't need to write new forms every-time, the code
will auto generate HTML and i want to embbeded it in to Django-Framwork.
>
> So,
>
> How can execute perl scripts in Django framework,so that I
can accomplish this function.
>
> Thank You
>  Pervez
>
> --
> You received this message because you are subscribed to the Google Groups
"Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



calling perl script from HTML on submit button

2012-08-13 Thread Pervez Mulla
Hi,

I have sign-up page, for that I have perl script to store the
user details in DB .The DB code that has is auto-generated, i.e. we can
just specify objects (User Details)and then it creates read and write
functions for the DB.

Next step is to also auto-generate some HTML forms based on these objects.
That way I don't need to write new forms every-time, the code will auto
generate HTML and i want to embbeded it in to Django-Framwork.

So,

How can execute perl scripts in Django framework,so that I
can accomplish this function.

Thank You
 Pervez

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.