Answer the question
In order to leave comments, you need to log in
What does '/' in 'NAME': BASE_DIR/'db.sqlite3' mean in Django?
Opened settings.py, and there:
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': BASE_DIR / 'db.sqlite3',
}
}
BASE_DIR = 'some_dir'
BASE_DIR / 'templates'
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question