A Django tutorial repository
pip install ipython
** notes: ** if had a some error use the flag --user
** notes: ** apt install python3-dev
wich python or where python
- Clone this repository into $ZSH_CUSTOM/plugins (by default ~/.oh-my-zsh/custom/plugins)
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
- Add the plugin to the list of plugins for Oh My Zsh to load (inside ~/.zshrc):
plugins=(zsh-autosuggestions)
https://github.github.com/training-kit/downloads/github-git-cheat-sheet.pdf
python3 -m virtualenv venv
source venv/bin/activate
deactivate rm -rf venv
pip list
pip install django
pip freeze > requirements.txt
pip install -r requirements.txt
python manage.py runserver
python manage.py runserver 5000
https://docs.djangoproject.com/en/1.7/intro/tutorial01/
sudo apt-get install tree
tree mysite