django12factor icon indicating copy to clipboard operation
django12factor copied to clipboard

Docs: Change settings supported to env variables supported?

Open LEW21 opened this issue 8 years ago • 0 comments

I think that most people using django12factor are using it in the "give me everything" mode (because otherwise they would use dj-database-url etc directly). This means, that they consider the Django settings set by the library as an implementation detail, and are mostly interested in which environment variables they can use. Also, users of these apps of course care only about the variables.

It might be a good idea to reorganize the docs, so that they focus on the "everything" mode, and document the variables from end-user perspective.

I can make a PR if you agree.

LEW21 avatar May 28 '17 21:05 LEW21