Skip to content

Commit

Permalink
Fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
RealOrangeOne authored and gasman committed Apr 26, 2023
1 parent abb46ed commit 8cb4c0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bakerydemo/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
https://docs.djangoproject.com/en/3.2/ref/settings/
"""

import dj_database_url
import os

import dj_database_url

# Build paths inside the project like this: os.path.join(PROJECT_DIR, ...)
PROJECT_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
BASE_DIR = os.path.dirname(PROJECT_DIR)
Expand Down

0 comments on commit 8cb4c0a

Please sign in to comment.