10000 [0.96.X] Another update to security patch from r11354. · django/django@c60c89a · GitHub
[go: up one dir, main page]

Skip to content

Commit c60c89a

Browse files
committed
[0.96.X] Another update to security patch from r11354.
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.96-bugfixes@11435 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent 9cc89c9 commit c60c89a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django/core/management.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1192,7 +1192,7 @@ def inner_run():
11921192
print "Development server is running at http://%s:%s/" % (addr, port)
11931193
print "Quit the server with %s." % quit_command
11941194
try:
1195-
handler = AdminMediaHandler(WSGIHandler(), admin_media_path)
1195+
handler = AdminMediaHandler(WSGIHandler(), admin_media_dir)
11961196
run(addr, int(port), handler)
11971197
except WSGIServerException, e:
11981198
# Use helpful error messages instead of ugly tracebacks.

0 commit comments

Comments
0 (0)
0