| 1 | initial version | |
DOMAIN_NAME = ''
CSRF_COOKIE_NAME = 'localhost_csrf'
CSRF_COOKIE_DOMAIN = DOMAIN_NAME
If your server is running at http://127.0.0.1:8000/ ,
Empty string is the answer.
DOMAIN_NAME = ''
| 2 | No.2 Revision |
settings.py:
DOMAIN_NAME = ''
CSRF_COOKIE_NAME = 'localhost_csrf'
CSRF_COOKIE_DOMAIN = DOMAIN_NAME
If your server is running at http://127.0.0.1:8000/ ,
Empty string is the answer.
DOMAIN_NAME = ''
| 3 | No.3 Revision |
settings.py:
DOMAIN_NAME = ''
CSRF_COOKIE_NAME = 'localhost_csrf'
CSRF_COOKIE_DOMAIN = DOMAIN_NAME
If your server is running at http://127.0.0.1:8000/ ,
Empty string is the answer.
DOMAIN_NAME = ''
| 4 | No.4 Revision |
DOMAIN_NAME = ''
CSRF_COOKIE_NAME = 'localhost_csrf'
CSRF_COOKIE_DOMAIN = DOMAIN_NAME
If your server is running at http://127.0.0.1:8000/ ,
DOMAIN_NAME = ''
| 5 | No.5 Revision |
DOMAIN_NAME = ''
CSRF_COOKIE_NAME = 'localhost_csrf'
CSRF_COOKIE_DOMAIN = DOMAIN_NAME
If your server is running at http://127.0.0.1:8000http://127.0.0.1:8000/,/ ,
Empty string is the answer.
DOMAIN_NAME = ''
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.