Django basic commands Django基本コマンド
pip install django. (after this I usually use ln -s to link specific python site-package folder to vendor folder under the same django project.) If you’re using Ubuntu linux for…
pip install django. (after this I usually use ln -s to link specific python site-package folder to vendor folder under the same django project.) If you’re using Ubuntu linux for…
When requesting for Restful APIs of backend, somtimes OPTION request is sent prior to a POST request to inquire http method support abilities of the backend server. When if the…
In the near future my department will move to a new office area. I’m thinking of designing a smart office. After searching for a while on Internet and I come…
install pyenvbrew install pyenv 2. Configure shell echo ‘export PATH=~/.pyenv/bin:$PATH’ >> ~/.bashrc echo ‘export PYENV_ROOT=~/.pyenv’ >> ~/.bashrc echo ‘eval “$(pyenv init -)”‘ >> ~/.bashrc 3. activate pyenv source ~/.bashrc(或zsh的~/.zshrc) Commonly…