Update settings.py
This commit is contained in:
parent
ead5bc1f78
commit
5785914869
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ https://docs.djangoproject.com/en/3.2/ref/settings/
|
|||
"""
|
||||
import os
|
||||
from pathlib import Path
|
||||
from django.db.backends.signals import connection_created
|
||||
|
||||
# Build paths inside the project like this: BASE_DIR / 'subdir'.
|
||||
BASE_DIR = Path(__file__).resolve().parent.parent
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue