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
learn howto compile them. However you need to understand the format of the
files and also install the dependencies to compile the scss files.

Regarding using bootstrap 4, a quick google got me the following package:
https://github.com/zostera/django-bootstrap4, I haven't tried it myself
though. I have used the bootstrap 3 plugins and they are great because you
can easily get your forms correctly styled.

If you find using django itself difficult, I would recommend that you do
one (or several) of the online tutorials that are available:
https://docs.djangoproject.com/en/1.11/intro/tutorial01/
https://tutorial.djangogirls.org/en/

The main thing to learn is how the different components in django are
connected.

Good luck!

Regards,

Andréas

2017-11-27 23:11 GMT+01:00 Gordon Neal <gneal...@gmail.com>:

> 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 to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/django-users/f71c4a1a-8cad-4927-b826-15aebc9bf58c%40googlegroups.com
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAK4qSCd71Fn5m7UrehW%2BqcVQZ0nFEUWaiEbedVn1f3A42Des1Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to