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 <marcin.tus...@gmail.com>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" <mullaper...@gmail.com> 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.