Python vomitando avisos ao tentar completar tabulação dos comandos de gerenciamento do django como este?
$ ./manage.py bower/Users/lemuelf/.virtualenvs/hotel-deals/src/sorl-thumbnail/sorl/thumbnail/helpers.py:5: RemovedInDjango19Warning: django.utils.importlib will be removed in Django 1.9.
from django.utils.importlib import import_module
bower bower_freeze bower_install
Em seguida, edite seu arquivo manage.py e adicione -W ignore
à linha shebang.
#!/usr/bin/env python -W ignore
import os
import sys
...
Muito mais limpo agora
$ ./manage.py bower
bower bower_freeze bower_install