Re: how to call django web page with ordinary html page

2014-08-29 Thread Pawan Soni
work fine and also read why > it didnot worked without it from > https://docs.djangoproject.com/en/dev/ref/contrib/csrf/ . This should > answer all your queries. > > > On Fri, Aug 29, 2014 at 4:36 PM, Pawan Soni <pawan@gmail.com > > wrote: > >> Hi , >

Django framework plugin

2014-08-29 Thread Pawan Soni
Hi, I am trying to create a Django application as a plugin to integrate with other Django framework applications or websites (for example: a Payment gateway plugin). My application has package hierarchy as mentioned below. DjangoProject

how to call django web page with ordinary html page

2014-08-29 Thread Pawan Soni
Hi , i have a simple html page,*p.html *which is not made in django application ,its just a ordinary html page which look like.. http://127.0.0.1:8000/test/; method="post"> In form's action i am passing the path of my django url.. this is my *urls.py* file.. from