Skip to content

Instantly share code, notes, and snippets.

@LuanComputacao
Last active March 7, 2017 14:05
Show Gist options
  • Save LuanComputacao/7c6747a4bd009662932415312bb745b3 to your computer and use it in GitHub Desktop.
Save LuanComputacao/7c6747a4bd009662932415312bb745b3 to your computer and use it in GitHub Desktop.
Configurations to code in django framework
# To work with python
pip install --upgrade autopep8
pip install flake8
pip install flake8-docstrings
pip install iresolve
# To work with python and django
apm install python-tools
apm install python-iresolve
apm install linter
apm install linter-flake8
apm install atom-django
apm install django-templates
# Optionals in Atom editor
apm install opened-files
apm install autosave
apm install recent-files-fuzzy-finder
apm install emmet-atom
apm install atom-bootstrap4
apm install pigments
apm install highlight-selected
apm install line-diff-details
apm install minimap
apm install minimap-cursorline
apm install minimap-codeglance
apm install minimap-git-diff
apm install minimap-split-diff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment