Re: DATABASE_URL not documented?

2022-03-03 Thread Sam
Thank you for the quick response. Adam Johnson schrieb am Donnerstag, 3. März 2022 um 14:44:01 UTC+1: > No it's not built in to Django, it's only supported via dj-database-url. > The Heroku docs could be improved. They seem to make a passing mention > here: >

Re: How to start contributing?

2022-03-03 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
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

Re: DATABASE_URL not documented?

2022-03-03 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
No it's not built in to Django, it's only supported via dj-database-url. The Heroku docs could be improved. They seem to make a passing mention here: https://devcenter.heroku.com/articles/python-concurrency-and-database-connections . On Thu, Mar 3, 2022 at 8:07 AM Sam wrote: > Hi! > While

How to start contributing?

2022-03-03 Thread Sarthak Kinge
Hi I've started reading tutorials but I'm not able to contribute in any particular project what should I do? -- 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

DATABASE_URL not documented?

2022-03-03 Thread Sam
Hi! While reading* Getting Started on Heroku with Python (Provision a database)*, they are talking about *DATABASE_URL* as if it was something which is implemented in Django by default. As far as I know