Skip to content

Commit

Permalink
chore(fix): Reconfigured the settings_module using best practices
Browse files Browse the repository at this point in the history
  • Loading branch information
happychuks committed Aug 10, 2024
1 parent 1f795ca commit 55f8519
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/core/config/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
from decouple import config

# Build paths inside the project like this: BASE_DIR / 'subdir'.
BASE_DIR = Path(__file__).resolve().parent.parent

BASE_DIR = Path(__file__).resolve().parent.parent.parent
print(BASE_DIR)
# Quick-start development settings - unsuitable for production
# See https://docs.djangoproject.com/en/5.0/howto/deployment/checklist/

Expand Down
Binary file removed server/core/media/firewall.png
Binary file not shown.

0 comments on commit 55f8519

Please sign in to comment.