Re: Does django work with bootstrap 4

2017-11-28 Thread Jani Tiainen
Hi. What comes to Django, it doesn't care about bootstrap. IOW, whatever you put in your client side (browser) is up to you. You just put correct stuff in static files and templates so Django can create proper HTML output and serve/collect static files (static css, images, fonts etc) while

Re: Does django work with bootstrap 4

2017-11-27 Thread Andréas Kühne
Hi, You don't have to learn any ruby to use sass. I prefer sass when I create my css files. You do however need to know howto compile scss files into css. You should be able to find howtos on google. You could also try: https://github.com/jrief/django-sass-processor, then you don't even have to

Does django work with bootstrap 4

2017-11-27 Thread Gordon Neal
Looking to start a web design projects and as a python programmer I would like to use django but it seems difficult. I am planning on using bs v 4 with Sass. This is a new project. Any solution so I don't have to learn the whole ruby stuf -- You received this message because you are subscribed