Skip to content

Coding notes about issues run into

Bluestreak2k5 edited this page Jun 7, 2011 · 1 revision

ISSUE 1

inserted 'django.middleware.csrf.CsrfResponseMiddleware', into HunchWorks/settings.py file to solve a problem with a CRSF session not allowing HTML template pages sending POST data to be displayed.

Also, had to reorder web/urls.py to have index at bottom, not top, because it was defaulting to index page once it started working.