Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
Added "import django"
  • Loading branch information
tiwa1154 authored Jun 10, 2024
1 parent b3ffd9b commit 84cf10b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import os
from datetime import timedelta
import configparser
import django
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))

# --- SECURITY SETTINGS --- #
Expand Down

0 comments on commit 84cf10b

Please sign in to comment.