Using Takashi Otaka, "Learning by Moving! Introduction to Python Django Development" I'm a beginner who started learning python and Django.
I've been studying programming for about 4 months using ruby / rails, When I changed jobs as an engineer, I decided to use python, so I started studying with this book in my hand.
Since I am a de-class amateur, I would be very grateful if you could comment on supplements and suggestions.
Once the back end has settled down, I tried the front end work. By the way, if it's'rails', write it in'application.scss' It reads all mixins and so on, but what should django do? ??
I want to use a mixin at the beginning of the .SCSS file
@import "mixin.scss";
I should have written it. That's right.
Takashi Otaka, "Learn by Moving! Introduction to Python Django Development"
Recommended Posts