Sunday, September 1, 2019

Re: styling tables in django

Hi.

Templates are just a text and very common thing is to render templates as html.

So there is no magic involved what comes to styling. It is just CSS which would make your tables styled. And that is beyond Django.

If you want to use CSS file as included as a link in html header part there exists small magic which comes into play  - static files.

Django Girls tutorial also have quite nice part about styling that you might want to read.

If

su 1. syysk. 2019 klo 1.52 Kean <keanld1@gmail.com> kirjoitti:
Hi,

New to Django, appreciate the guidance,

I'm looking to style template so both header and data records are note wrapped.
please see current setup.

Please can anyone help with the template code, appreciate, it's not quite django, but more bootstrap4 django.

Best,
K





--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/ec35ddf7-12ff-47cc-a41e-4b6736faed22%40googlegroups.com.

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAHn91ofTehEXZqyKyOpO_cXAh4MgWuiz624W%3DCQQW_aW35Q0UA%40mail.gmail.com.

No comments:

Post a Comment