First time here? Check out the FAQ!

schubert.konstantin's profile - activity

2015-07-16 04:31:53 -0500 received badge Famous Question (source)
2015-07-16 04:31:53 -0500 received badge Popular Question (source)
2015-07-16 04:31:53 -0500 received badge Notable Question (source)
2015-06-21 07:28:22 -0500 asked a question Where to place 'askbot.middleware.csrf.CsrfViewMiddleware' ?

When running 'python mange.py syncdb', the django self-check tells me the following:

 The order the middleware records is important, please take a look at the example in
 [I cannot post links]github.com/ASKBOT/askbot-devel/blob/master/askbot/setup_templates/settings.py:

'askbot.middleware.csrf.CsrfViewMiddleware',

The linked example does not contain 'askbot.middleware.csrf.CsrfViewMiddleware'. I tried to place it at the beginning or at the end of the middlware records, but the self-check kept telling me that the position is wrong