Skip to content

Commit

Permalink
Code refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
BobsProgrammingAcademy authored Oct 25, 2024
1 parent 19658cd commit 9c7db60
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backend/config/settings.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import os
from decouple import config


BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))

SECRET_KEY = config('SECRET_KEY')
Expand All @@ -13,7 +12,6 @@
'127.0.0.1',
]


# Application definition

INSTALLED_APPS = [
Expand Down

0 comments on commit 9c7db60

Please sign in to comment.