Skip to content

Commit

Permalink
chore: isolate dev-specific apps to development's
Browse files Browse the repository at this point in the history
  • Loading branch information
50-Course committed May 11, 2024
1 parent 530a602 commit 10d1769
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/paycheck/src/paycheck/config/settings/dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

DEBUG = True

INSTALLED_APPS += []

DATABASES["default"]["ENGINE"] = "django.db.backends.sqlite3"
DATABASES["default"]["NAME"] = BASE_DIR / "db.sqlite3"

Expand Down

0 comments on commit 10d1769

Please sign in to comment.