Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pydanny committed Oct 3, 2011
1 parent 866b027 commit 972b80c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.py
Expand Up @@ -108,7 +108,7 @@
]

TEMPLATE_CONTEXT_PROCESSORS = [
"django.core.context_processors.auth",
"django.contrib.auth.context_processors.auth",
"django.core.context_processors.debug",
"django.core.context_processors.i18n",
"django.core.context_processors.media",
Expand Down Expand Up @@ -188,7 +188,7 @@

ROOT_URLCONF = "django_oc.urls"

SECRET_KEY = CHANGEME
SECRET_KEY = "CHANGEME"

URCHIN_ID = ""

Expand Down

0 comments on commit 972b80c

Please sign in to comment.