Skip to content

Commit

Permalink
Remove duplicate keys
Browse files Browse the repository at this point in the history
  • Loading branch information
ckertam committed Nov 8, 2023
1 parent 779f25a commit 6f1bfdf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/backend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
TEMPLATES = [
{
'BACKEND': 'django.template.backends.django.DjangoTemplates',
'DIRS': [],
'APP_DIRS': True,
'DIRS': [os.path.join(BASE_DIR, 'frontend')],
'OPTIONS': {
Expand Down

0 comments on commit 6f1bfdf

Please # to comment.