First time here? Check out the FAQ!

oguma's profile - activity

2013-05-29 14:32:57 -0500 received badge Necromancer ( source )
2013-05-29 14:32:57 -0500 received badge Teacher ( source )
2012-03-13 10:43:06 -0500 received badge Editor ( source )
2012-03-13 10:39:59 -0500 answered a question Create Admin User Error - "CSRF verification failed. Request aborted."
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 = ''