Skip to content

Instantly share code, notes, and snippets.

@byroncorrales
Created March 1, 2012 17:43
Show Gist options
  • Save byroncorrales/1951625 to your computer and use it in GitHub Desktop.
Save byroncorrales/1951625 to your computer and use it in GitHub Desktop.
CSRF_COOKIE_NAME = 'localhost_csrf'
CSRF_COOKIE_DOMAIN = DOMAIN_NAME
ASKBOT_EXTRA_SKINS_DIR ='/Users/bcorrales/code/django/personal/askbot-templates/pbxware'
STATIC_ROOT = os.path.join(PROJECT_ROOT, "static")
STATICFILES_DIRS = (os.path.join(ASKBOT_ROOT, 'skins'),)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment