Update docs (views, extra_func, forms, models)

This commit is contained in:
Степаненко Ольга
2021-05-20 16:19:42 +03:00
parent 3443c60a5f
commit 1114c916e9
10 changed files with 136 additions and 242 deletions

View File

@@ -11,6 +11,8 @@ https://docs.djangoproject.com/en/3.1/ref/settings/
"""
import os
from pathlib import Path
from dotenv import load_dotenv
# Build paths inside the project like this: BASE_DIR / 'subdir'.