Re: Input and output is single page using forms.py

2018-04-19 Thread sathish ponaganti
Hi Jason, Thanks for your response, i'm pretty new to Django framework , could you prove the sample code if you have. On Thu, Apr 19, 2018 at 4:21 PM, Jason wrote: > If you're making a single page application, then you're probably using > something like angular, vue or react for the browser

Re: Input and output is single page using forms.py

2018-04-19 Thread Jason
If you're making a single page application, then you're probably using something like angular, vue or react for the browser side development. Check out Django Rest Framework for ease of building a RESTful API that you can use. On Wednesday, April 18, 2018 at 3:18:09 PM UTC-4, sathish ponaganti

Input and output is single page using forms.py

2018-04-18 Thread sathish ponaganti
Hi All, I'm create a one applications using django frame work, my requirement is input and our should be on the same page (like input test box and output text box) please help me how to create a forms.py and views.py appreciate your help. -- You received this message because you are subscrib