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 the
DATABASE_URL is some kind of alias to access the
default of
DATABASES (?).
However I don't find any documentation about it.
When I
search for site:djangoproject.com "database_url", I mostly find forum posts discussing issues where DATABASE_URL is included.
I found
ticket #28236 which suggests integrating dj-database-url into Django, which talks about the "DATABASE_URL environment variable".
The ticket is not solved after five years.
As you see, I am quite confused what DATABASE_URL actually is, since it seems considered common sense (or at least common use).
And therefore I'd suggest to mention it somewhere in the Django Docs.
Does it make sense?