update BASE_DIR

master
Matt Huntington 5 years ago
parent d42b72bba7
commit f122b51e48

Binary file not shown.

@ -15,8 +15,8 @@ import dj_database_url # add this
import os
# Build paths inside the project like this: BASE_DIR / 'subdir'.
BASE_DIR = Path(__file__).resolve().parent.parent
#BASE_DIR = Path(__file__).resolve().parent.parent
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
# Quick-start development settings - unsuitable for production
# See https://docs.djangoproject.com/en/3.1/howto/deployment/checklist/

Loading…
Cancel
Save