Re: Beginner in Django

2021-01-24 Thread kiran baby
Wow, Django community is really fast and Thank you Adam for your valuable informations. I am really gratefull for that. I'll quickly get started with all that you have mentioned. Thank you, Kiran On Monday, January 25, 2021 at 1:53:20 AM UTC+5:30 Adam Johnson wrote: > Welcome! > > There are

Re: First time contribution

2021-01-24 Thread Srijita Mallick
Thanks for responding and for the above information. I'll get started then. Thank you. Regards, Srijita On Mon, Jan 25, 2021, 05:31 Adam Johnson wrote: > Welcome! > > There are many different ways to contribute to Django - the forum, > blogging, translating, documenting, writing code, and more.

Re: First time contribution

2021-01-24 Thread Adam Johnson
Welcome! There are many different ways to contribute to Django - the forum, blogging, translating, documenting, writing code, and more. Our Contributing Guide can help you get started with many of these: https://docs.djangoproject.com/en/stable/internals/contributing/ If you’re looking to work wi

Re: Rethink (?) how we handle security headers.

2021-01-24 Thread Tim Graham
If we go with something like: SECURITY_HEADERS = { "REFERRER_POLICY": "same-origin", "HSTS": { "PRELOAD": True, "SECONDS": 1_000_000, }, } should we have an empty dictionary as the default or a dictionary with defaults for all settings? A drawback of an empty dicti

Re: Beginner in Django

2021-01-24 Thread Dhruval Gandhi
Thanx Adam, It'll be helpful for me too. On Mon, 25 Jan 2021 at 01:53, Adam Johnson wrote: > Welcome! > > There are many different ways to contribute to Django - the forum, > blogging, translating, documenting, writing code, and more. Our > Contributing Guide can help you get started with many o

Re: Beginner in Django

2021-01-24 Thread Adam Johnson
Welcome! There are many different ways to contribute to Django - the forum, blogging, translating, documenting, writing code, and more. Our Contributing Guide can help you get started with many of these: https://docs.djangoproject.com/en/stable/internals/contributing/ If you’re looking to work wi

Beginner in Django

2021-01-24 Thread kiran baby
Hello everyone, I am new to open source. I hope to contribute to the Django community. But i really don't know where to get started. Can someone please guide me as to how to go about contributing in django. It would be of much help in building a go

Beginner in Django

2021-01-24 Thread kiran baby
Hello everyone, I am new to open source. I hope to contribute to the Django community. But i really don't know where to get started . Can someone please guide me as to how to go about contributing in django. It would be of much help in building a g

Re: To keep or not to keep: logging of undefined template variables

2021-01-24 Thread Timothy McCurrach
I was going to have a go at this ticket (https://code.djangoproject.com/ticket/28526) - which links this thread. Having read the various replies, it seems like there is no shortage of differing views how missing/invalid variables should be treated: - There should be no logging - There should