Experimenting with Django Shop and following a tutorial that can be found here: (stable version).
After starting the server and navigating to localhost, the following error message is displayed:
Error: File to import not found or unreadable: bootstrap-sass/assets/stylesheets/bootstrap/variables.
Parent style sheet: /home/vm/PycharmProjects/Django-shop/django-shop/shop/static/shop/css/_variables.scss
on line 1 of ../shop/static/shop/css/_variables.scss
>> @import "bootstrap-sass/assets/stylesheets/bootstrap/variables";
I believe that the missing "bootstrap-sass" directory should be located within the "css" folder, but it is not present there.
This issue only occurs on the front end of the website. I am able to access the admin panel without any problems.