Updated settings example in overriding templates docs.

Follow up to ba4389a36b.
This commit is contained in:
Mariusz Felisiak 2020-03-21 20:02:57 +01:00 committed by GitHub
parent 53b6a466d8
commit 2117b7c12e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ called ``blog``, which provides the templates ``blog/post.html`` and
from pathlib import Path
BASE_DIR = Path(__file__).resolve(strict=True).parents[1]
BASE_DIR = Path(__file__).resolve(strict=True).parent.parent
INSTALLED_APPS = [
...,