diff options
Diffstat (limited to 'example_project')
-rw-r--r-- | example_project/settings.py.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example_project/settings.py.example b/example_project/settings.py.example index 3467d54..6cef223 100644 --- a/example_project/settings.py.example +++ b/example_project/settings.py.example @@ -128,7 +128,7 @@ SHARE_NETWORKS = ( # 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 = '/' + EXTRA_URL + 'media/' +ADMIN_MEDIA_PREFIX = '/' + EXTRA_URL + '/admin-media/' # Make this unique, and don't share it with anybody. SECRET_KEY = 'achanger_!ToChange!' |