#settings の内容へのアクセス
BASE_DIR含めてシンプルに
from django.conf import settings
とする。その後に
settings.BASE_DIR
Go to list of users who liked
More than 5 years have passed since last update.
#settings の内容へのアクセス
BASE_DIR含めてシンプルに
from django.conf import settings
とする。その後に
settings.BASE_DIR
Register as a new user and use Qiita more conveniently
Go to list of users who liked