Is there a way in Django to get the data from HTML without using django  forms template in html. The reason is we are two different Developers , one who works on Frontend ui design and the other django coder.
So if he just gives me html and css files, i won't be able to just use it, unless i add form template in HTML substituting his code.
i am wondering can just get the `POST' data without django forms.
