Skip to content

Commit

Permalink
Updating the settings-dist.py file to reflect upgrade changes between…
Browse files Browse the repository at this point in the history
… Django 1.2 and 1.4.
  • Loading branch information
brandonsavage committed Sep 21, 2012
1 parent dec52d2 commit c72dbf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion settings-dist.py
Expand Up @@ -71,7 +71,7 @@
# URL prefix for admin media -- CSS, JavaScript and images. Make sure to use a
# trailing slash.
# Examples: "http://foo.com/media/", "/media/".
ADMIN_MEDIA_PREFIX = '/admin-media/'
STATIC_URL = '/admin-media/'

# Make this unique, and don't share it with anybody.
SECRET_KEY = '### change me ###'
Expand All @@ -80,6 +80,7 @@
'django.middleware.common.CommonMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
)

Expand Down

0 comments on commit c72dbf4

Please sign in to comment.