diff options
Diffstat (limited to 'examples/settings.py')
| -rw-r--r-- | examples/settings.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/settings.py b/examples/settings.py index 2eab2cfa..c47011fd 100644 --- a/examples/settings.py +++ b/examples/settings.py @@ -61,7 +61,7 @@ MEDIA_URL = '' # but it does require the admin media be served. Django's test server will do # this for you automatically, but in production you'll want to make sure you # serve the admin media from somewhere. -ADMIN_MEDIA_PREFIX = '/admin-media/' +ADMIN_MEDIA_PREFIX = '/static/admin' # Make this unique, and don't share it with anybody. SECRET_KEY = 't&9mru2_k$t8e2-9uq-wu2a1)9v*us&j3i#lsqkt(lbx*vh1cu' @@ -118,4 +118,4 @@ if os.environ.get('HUDSON_URL', None): TEST_RUNNER = 'xmlrunner.extra.djangotestrunner.XMLTestRunner' TEST_OUTPUT_VERBOSE = True TEST_OUTPUT_DESCRIPTIONS = True - TEST_OUTPUT_DIR = 'xmlrunner'
\ No newline at end of file + TEST_OUTPUT_DIR = 'xmlrunner' |
