can we integrate html views that look far better then what is available with django

2021-02-18 Thread sridhar vumma
we see better html views with websites like stackoverflow.com can we integrate such high end html websites along with django is that possible -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emai

Re: can we integrate html views that look far better then what is available with django

2021-02-18 Thread Andréas Kühne
Hi, This is a very strange question? You can create anything you want with Django. For example Instagram and Youtube are built with Django. The framework allows for any design that you really want yourself - you just need to design the HTML the way you want - I have personally used Django for many

Re: can we integrate html views that look far better then what is available with django

2021-02-19 Thread sridhar vumma
The look and feel with typical example flows possible for html were not looking similar to websites like stackoverflow.com so i had a doubt if they all look very image free. I am a starter with Django. Thanks & Regards, Sridhar.V +91-9591729335 On Thu, Feb 18, 2021 at 8:07 PM Andréas Kühne wrot

Re: can we integrate html views that look far better then what is available with django

2021-03-05 Thread sridhar vumma
Does using bootstrap improve the view of each page, Thanks & Regards, Sridhar.V +91-9591729335 On Fri, Feb 19, 2021 at 12:21 PM sridhar vumma wrote: > The look and feel with typical example flows possible for html were not > looking similar to websites like stackoverflow.com so i had a doubt if

Re: can we integrate html views that look far better then what is available with django

2021-03-07 Thread Ryan Nowakowski
Hey Sridhar, Since you mentioned you're a "starter", I'm also going to assume you're generally new to web programming. I had similar questions back when I started. Django is really good at generating HTML but it's very un-opinionated about what kind of HTML it generates. You have total control