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