Commit e95bb3e2 authored by Charles Lim's avatar Charles Lim

Changed order of importing modules in settings

parent 618c45b0
Pipeline #2285 failed with stages
......@@ -9,12 +9,11 @@ https://docs.djangoproject.com/en/4.0/topics/settings/
For the full list of settings and their values, see
https://docs.djangoproject.com/en/4.0/ref/settings/
"""
import os
from pathlib import Path
from dotenv import load_dotenv
import os
# Load environment variable interpreter
load_dotenv()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment