You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.