pycharm for django and sass
For django:
professional version.
- create a new django project: just create a new one
- import a django project:
- import the project
- activate django support
For Sass:
https://www.jetbrains.com/help/pycharm/2016.3/transpiling-sass-less-and-scss-to-css.html
- make sure, the sass support is activate: File -> Setting -> Plugin
- install node.js: File -> Setting -> Plugin -> install jetbrain plugin
- install ruby: during the installation, don’t forget check the option “set path to default”
- open teminal to install sass: “gem install sass”
- create a file watcher: File -> setting ->tools -> file watcher -> add -> sass
- transpiling the code