mirror of
https://github.com/django/django.git
synced 2025-03-26 17:20:49 +00:00
Updated settings example in overriding templates docs.
Follow up to ba4389a36b5fb1afce0cddb4e28233138b6612b7.
This commit is contained in:
parent
53b6a466d8
commit
2117b7c12e
@ -29,7 +29,7 @@ called ``blog``, which provides the templates ``blog/post.html`` and
|
|||||||
|
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
BASE_DIR = Path(__file__).resolve(strict=True).parents[1]
|
BASE_DIR = Path(__file__).resolve(strict=True).parent.parent
|
||||||
|
|
||||||
INSTALLED_APPS = [
|
INSTALLED_APPS = [
|
||||||
...,
|
...,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user