Add form Comments

This commit is contained in:
Andros Fenollosa
2021-03-21 12:53:47 +01:00
parent 29c315501b
commit 3229d7f255
5 changed files with 75 additions and 7 deletions

View File

@ -15,6 +15,8 @@ from pathlib import Path
# Build paths inside the project like this: BASE_DIR / 'subdir'.
BASE_DIR = Path(__file__).resolve().parent.parent
DOMAIN = os.environ.get("DOMAIN", "localhost")
# Quick-start development settings - unsuitable for production
# See https://docs.djangoproject.com/en/3.1/howto/deployment/checklist/