Re: styling tables in django

2019-09-01 Thread Kean
Thanks Jani,

I will look at the tutorial.

Best,

K
On 1 Sep 2019, at 11:17, Jani Tiainen  wrote:

> 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  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+unsubscr...@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+unsubscr...@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.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/6B00615B-B6CD-4824-AF84-F6F0FE64A74D%40gmail.com.


Re: styling tables in django

2019-09-01 Thread Jani Tiainen
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  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+unsubscr...@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+unsubscr...@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.


styling tables in django

2019-08-31 Thread Kean
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+unsubscr...@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.