aboutsummaryrefslogtreecommitdiffstats
path: root/examples/settings.py
diff options
context:
space:
mode:
authorMarko Tibold2011-12-24 13:18:48 +0100
committerMarko Tibold2011-12-24 13:18:48 +0100
commit500b0dcddc2d965a595eadadc70fb06d2648cc96 (patch)
tree6cf83142a0655d1c602a3676ef7242e0c790a311 /examples/settings.py
parentee4cba90814e083343c969af1a12d47ce7996b59 (diff)
downloaddjango-rest-framework-500b0dcddc2d965a595eadadc70fb06d2648cc96.tar.bz2
Added epio configuration.
Diffstat (limited to 'examples/settings.py')
-rw-r--r--examples/settings.py4
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'