I am writing views, not so keen to write templates right away.
But I need to test my program by submitting post requests.
How do i simulate HTTP Post from within
To avoid the pain of creating the request object yourself you can use this tip on Django snippets