Entries from 2016-01-16 to 1 day

psql -d postgres # drop database project_name; # CREATE DATABASE project_name; python manage.py createsuperuser python manage.py makemigrations python manage.py migrate heroku pg:reset DATABASE git add . git commit -m "my django app" git p…

openbook4.me

pylint をインストールをすると jedi-vim がエラー

pip uninstall colorama で解決。 ◯ エラーが出力された背景 以下のような手順で pylint をインストールしました。 $ # virtualenv の環境を作ります。 $ mkvirtualenv --python=python3 python3 $ workon python3 (python3)$ (python3)$ # この段階では jed…