Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
fengsi committed Jan 18, 2013
1 parent 2e38c08 commit 1622cbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project_name/project_name/settings/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from os import environ

from common import *
from base import *

# Normally you should not import ANYTHING from Django directly
# into your settings, but ImproperlyConfigured is an exception.
Expand Down Expand Up @@ -62,4 +62,4 @@ def get_env_setting(setting):
########## SECRET CONFIGURATION
# See: https://docs.djangoproject.com/en/dev/ref/settings/#secret-key
SECRET_KEY = get_env_setting('SECRET_KEY')
########## END SECRET CONFIGURATION
########## END SECRET CONFIGURATION

0 comments on commit 1622cbd

Please sign in to comment.