Added static folder

This commit is contained in:
Johannes Randerath
2024-06-11 20:38:46 +02:00
parent 2d33ac8e67
commit 6bf0437303
3 changed files with 2 additions and 2 deletions

View File

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