F*cking missing import os

This commit is contained in:
Fred Pauchet 2021-10-24 19:15:12 +02:00
parent df1f4d081b
commit 3e0ea80a76
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ For the full list of settings and their values, see
https://docs.djangoproject.com/en/3.2/ref/settings/
"""
import os
from pathlib import Path
# Build paths inside the project like this: BASE_DIR / 'subdir'.