Skip to content

Commit

Permalink
settings fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
ialbert committed Mar 31, 2021
1 parent 842dc6d commit 4589918
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions biostar/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,13 @@ def join(*args):
API_KEY = "api-key"

# Used during testing
TEMPLATE_DIRS = [os.path.join(BASE_DIR, 'themes', 'biostar')]
#TEMPLATE_DIRS = [os.path.join(BASE_DIR, 'themes', 'biostar')]

TEMPLATES = [
{
'BACKEND': 'django.template.backends.django.DjangoTemplates',
'APP_DIRS': True,
'DIRS': TEMPLATE_DIRS,
#'DIRS': TEMPLATE_DIRS,
'OPTIONS': {
'string_if_invalid': "**MISSING**",
'context_processors': [
Expand Down

0 comments on commit 4589918

Please sign in to comment.