How do you handle POST requests in Django
How do you handle POST requests in Django on PythonAnywhere? The help pages only seem to cover GET requests (which work fine). Got various errors, currently 'Forbidden (Referer checking failed - no Referer.)'. Does urls.py work the same way for POSTs?