Commit 7374ade7 by Gabriel Falcao

small typo fix

parent 97e7364e
......@@ -169,7 +169,7 @@ class ThreadedServer(threading.Thread):
if 'django.contrib.admin' in settings.INSTALLED_APPS:
admin_media_path = ''
handler = AdminMediaHandler(handler, admin_media_path)
print "Preparing to server django's admin site static files..."
print "Preparing to serve django's admin site static files..."
httpd.set_app(handler)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment