From 3ff5242942d618f14d3d98247133b0d92ab144ff Mon Sep 17 00:00:00 2001 From: Radoslav Georgiev Date: Mon, 22 Nov 2021 14:35:15 +0200 Subject: [PATCH] `everything` -> `anything` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5eb0959..f86fb5d 100644 --- a/README.md +++ b/README.md @@ -1099,7 +1099,7 @@ from config.settings.sentry import * # noqa In a lot of examples, you'll see that environment variables are usually prefixed with `DJANGO_`. This is very helpful when there are other applications running alongside your Django app & reading from the same environment. -We tend to prefix with `DJANGO_` only `DJANGO_SETTINGS_MODULE` and `DJANGO_DEBUG` & not prefix everything else. +We tend to prefix with `DJANGO_` only `DJANGO_SETTINGS_MODULE` and `DJANGO_DEBUG` & not prefix anything else. This is mostly up to personal preference. **Just make sure you are consistent with that.**