werkzeug is another debug tool which let you write and test code via browser itself.
Regards, Sarfaraz Ahmed On Wed, May 13, 2015 at 3:43 PM, SUBHABRATA BANERJEE < [email protected]> wrote: > Hi Palansh, > > Thank you for your prompt answer, is it, > return HttpResponse(template.render(context)) > > https://docs.djangoproject.com/en/1.8/intro/tutorial03/ > under > Write views that actually do something > and you have worked out views.py > > Regards, > Subhabrata Banerjee. > > > On Wednesday, May 13, 2015 at 3:13:54 PM UTC+5:30, palansh agarwal wrote: >> >> Hello, >> I suggest you go through django official docs first. The methods in >> views.py returns response on a HTML templates. Look for them and try to >> understand the workflow. >> >> On Wed, May 13, 2015 at 3:10 PM, SUBHABRATA BANERJEE < >> [email protected]> wrote: >> >>> Thanks Palansh. I have few questions here. >>> a) I saw you have created a job search engine. I found its html source. >>> Nice. >>> b) I found your Django codes. >>> My questions are, >>> i) Where you are calling html source in your django code. >>> ii) Is there any tutorial to learn this? I wanted to know it. >>> >>> Thanks Gergely, I am trying to check pexpect. >>> >>> Regards, >>> Subhabrata Banerjee. >>> >>> On Tuesday, May 12, 2015 at 8:36:32 PM UTC+5:30, palansh agarwal wrote: >>>> >>>> Hi, >>>> https://github.com/py-geek/Startup-job-search >>>> look at the code in this repo an try to understand. It's a simple job >>>> search portal developed by me. A simple way is to use a simple HTML form >>>> and map it's action attribute to a url. map that url to a method in your >>>> urls.py file. write this method in your viws.py file. Put all your logic in >>>> this method and return the result appropriately. >>>> Regards, >>>> >>>> On Tue, May 12, 2015 at 8:29 PM, SUBHABRATA BANERJEE < >>>> [email protected]> wrote: >>>> >>>>> Dear Group, >>>>> >>>>> I want to integrate an interactive Python code, (it takes user input, >>>>> processes input and gives output), with Django. >>>>> I am new to Django, using Python2.7.9 on Windows 7 Professional. >>>>> >>>>> I am researching on it, but as it is a room for Django experts, I am >>>>> trying to post this >>>>> question, if anyone may kindly suggest how may I proceed? An example >>>>> or web based tutorial would be great. >>>>> >>>>> Regards, >>>>> Subhabrata Banerjee. >>>>> >>>>> -- >>>>> You received this message because you are subscribed to the Google >>>>> Groups "Django users" group. >>>>> To unsubscribe from this group and stop receiving emails from it, send >>>>> an email to [email protected]. >>>>> To post to this group, send email to [email protected]. >>>>> Visit this group at http://groups.google.com/group/django-users. >>>>> To view this discussion on the web visit >>>>> https://groups.google.com/d/msgid/django-users/10699b8a-3e40-42e6-a131-85d78e55a5ec%40googlegroups.com >>>>> <https://groups.google.com/d/msgid/django-users/10699b8a-3e40-42e6-a131-85d78e55a5ec%40googlegroups.com?utm_medium=email&utm_source=footer> >>>>> . >>>>> For more options, visit https://groups.google.com/d/optout. >>>>> >>>> >>>> >>>> >>>> -- >>>> PALANSH AGARWAL >>>> Y13UC185 >>>> Computer Science Engineering >>>> 2nd Year >>>> The LNM Institute of Information Technology, Jaipur >>>> Find me on-> http://pygeek.strikingly.com/ >>>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Django users" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To post to this group, send email to [email protected]. >>> Visit this group at http://groups.google.com/group/django-users. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/django-users/f20afe04-b76d-4644-ad50-80127f9025cc%40googlegroups.com >>> <https://groups.google.com/d/msgid/django-users/f20afe04-b76d-4644-ad50-80127f9025cc%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> >> >> -- >> PALANSH AGARWAL >> Y13UC185 >> Computer Science Engineering >> 2nd Year >> The LNM Institute of Information Technology, Jaipur >> Find me on-> http://pygeek.strikingly.com/ >> > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/d9510a20-4731-4a84-a8ee-fd1949b770a9%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/d9510a20-4731-4a84-a8ee-fd1949b770a9%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Thanks with regards, Sarfaraz Ahmed -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAEPJdizodwQDbc6-u9kB_fYnyu9Y9CupbRRTyT7zTnsm9UUneQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

