Re: Django's issue tracker uses timezone CDT

2021-08-10 Thread Jacob Rief
On Monday, August 9, 2021 at 12:10:51 PM UTC+2 Adam Johnson wrote:

> I'd be +1 on moving the default to UTC.
>
> Or we could change Trac to pick up the browser's timezone offset and 
> display datetimes accordingly.
>

The latter world be the cleanest solution. I'm not familiar with Trac's 
template rendering engine, but in my opinion the timestamp shall be 
rendered as ISO-timestamp in UTC and then be converted to the browsers 
local timezone using a JS one-liner.

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/e0b10deb-d1d1-41ed-a41d-e85f35f1b32en%40googlegroups.com.


Re: Errors

2021-08-10 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
Hi!

I think you've found the wrong mailing list for this post. This mailing
list is for discussing the development of Django itself, not for support
using Django. This means the discussions of bugs and features in Django
itself, rather than in your code using it. People on this list are unlikely
to answer your support query with their limited time and energy.

For support, please follow the "Getting Help" page:
https://docs.djangoproject.com/en/3.2/faq/help/ . This will help you find
people who are willing to support you, and to ask your question in a way
that makes it easy for them to answer.

Thanks for your understanding and all the best,

Adam

On Tue, 10 Aug 2021 at 13:05, Rana Zain  wrote:

> I am facing this errors :
>
> > ',' or ')' expected
> > Unexpected indent
> > Statement expected, found Py:DEDENT
>
> for the last 2,3 days. Kindly help me out.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django developers (Contributions to Django itself)" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-developers+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-developers/89e0b61f-25c5-4438-9a7d-20ffb0de82fen%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CAMyDDM097ZTe2ZsgnOHYg%3DG%3DYjT2D9dVpbVQDnJmUFUBM-YJJQ%40mail.gmail.com.


Re: Errors

2021-08-10 Thread Umar Farooq
Can you send the screenshot

On Tue, 10 Aug 2021, 6:19 PM Rana Zain,  wrote:

> I am facing this errors :
>
> > ',' or ')' expected
> > Unexpected indent
> > Statement expected, found Py:DEDENT
>
> for the last 2,3 days. Kindly help me out.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django developers (Contributions to Django itself)" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-developers+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-developers/89e0b61f-25c5-4438-9a7d-20ffb0de82fen%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CAPpmBN8pR4fnKhEBYBwv-8k2SDQ7NvYH1sc3FvOOuk0MzUTduA%40mail.gmail.com.


Errors

2021-08-10 Thread Rana Zain
I am facing this errors :

> ',' or ')' expected
> Unexpected indent
> Statement expected, found Py:DEDENT

for the last 2,3 days. Kindly help me out.

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/89e0b61f-25c5-4438-9a7d-20ffb0de82fen%40googlegroups.com.