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

60 views
Skip to first unread message

sridhar vumma

unread,
Feb 18, 2021, 8:44:10 AM2/18/21
to Django users
we see better html views with websites like stackoverflow.com can we integrate such high end html websites along with django is that possible

Andréas Kühne

unread,
Feb 18, 2021, 9:37:24 AM2/18/21
to django...@googlegroups.com
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 different projects and they all look different. There is no default layout for Django - so I think I don't really understand your question :)

Regards,

Andréas


Den tors 18 feb. 2021 kl 14:43 skrev sridhar vumma <sridh...@gmail.com>:
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 emails from it, send an email to django-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/e771045b-907f-479a-80c0-dd5f0079593cn%40googlegroups.com.

sridhar vumma

unread,
Feb 19, 2021, 9:32:58 AM2/19/21
to django...@googlegroups.com
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


You received this message because you are subscribed to a topic in the Google Groups "Django users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/django-users/lRQXOzu-qps/unsubscribe.
To unsubscribe from this group and all its topics, send an email to django-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAK4qSCekgAb3CAW4sKF3r8wcujUOmtA9xtnMSqY%2B%3DLZzT9Gw%3DA%40mail.gmail.com.

sridhar vumma

unread,
Mar 6, 2021, 2:26:31 AM3/6/21
to django...@googlegroups.com
Does using bootstrap improve the view of each page, 

Thanks & Regards,
Sridhar.V

Ryan Nowakowski

unread,
Mar 7, 2021, 2:59:01 PM3/7/21
to django...@googlegroups.com
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 over what kind of HTML is generates. For example:

* HTML is usually styled using CSS. You can include any kind of CSS
you want!
* HTML can include images using the <image> tag or background images
using CSS. You get to decide how many images you use and how to
display them.
* HTML can include links to and snippets of JavaScript that get run
by the browser. You decide if you want to include JavaScript and
what that JavaScript should do.

Whew! That's a lot of flexibility but also a lot of decisions for you
to make. Luckily there are some opinionated HTML/CSS frameworks that make
some or all of those decisions for you. Examples include:

* https://getbootstrap.com/
* https://get.foundation/

...or even more opinionated (sometimes these are called "themes"):

* https://coreui.io (for dashboards)
* (I did a quick web search for a "stackoverflow Q&A theme but couldn't find one)

You can use any of these as your base template[1] in Django. Hope this
helps!

- Ryan

[1] https://docs.djangoproject.com/en/3.1/ref/templates/language/#template-inheritance
> >>> <https://groups.google.com/d/msgid/django-users/e771045b-907f-479a-80c0-dd5f0079593cn%40googlegroups.com?utm_medium=email&utm_source=footer>
> >>> .
> >>>
> >> --
> >> You received this message because you are subscribed to a topic in the
> >> Google Groups "Django users" group.
> >> To unsubscribe from this topic, visit
> >> https://groups.google.com/d/topic/django-users/lRQXOzu-qps/unsubscribe.
> >> To unsubscribe from this group and all its topics, send an email to
> >> django-users...@googlegroups.com.
> >> To view this discussion on the web visit
> >> https://groups.google.com/d/msgid/django-users/CAK4qSCekgAb3CAW4sKF3r8wcujUOmtA9xtnMSqY%2B%3DLZzT9Gw%3DA%40mail.gmail.com
> >> <https://groups.google.com/d/msgid/django-users/CAK4qSCekgAb3CAW4sKF3r8wcujUOmtA9xtnMSqY%2B%3DLZzT9Gw%3DA%40mail.gmail.com?utm_medium=email&utm_source=footer>
> >> .
> >>
> >
>
> --
> 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...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CANoZYUoZN-Y-xH2_J6NWe3yB2XgOzROhOqYFgNL%2B3G_eZZvkVg%40mail.gmail.com.
Reply all
Reply to author
Forward
0 new messages