We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cc89c9 commit c60c89aCopy full SHA for c60c89a
django/core/management.py
@@ -1192,7 +1192,7 @@ def inner_run():
1192
print "Development server is running at http://%s:%s/" % (addr, port)
1193
print "Quit the server with %s." % quit_command
1194
try:
1195
- handler = AdminMediaHandler(WSGIHandler(), admin_media_path)
+ handler = AdminMediaHandler(WSGIHandler(), admin_media_dir)
1196
run(addr, int(port), handler)
1197
except WSGIServerException, e:
1198
# Use helpful error messages instead of ugly tracebacks.
0 commit comments