Skip to content

Commit

Permalink
🔥 reimagine the user module architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
50-Course committed May 10, 2024
1 parent fa35a80 commit 8871e3c
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 259 deletions.
Empty file.
3 changes: 0 additions & 3 deletions backend/paycheck/src/paycheck/IAM/admin.py

This file was deleted.

9 changes: 0 additions & 9 deletions backend/paycheck/src/paycheck/IAM/apps.py

This file was deleted.

Empty file.
154 changes: 0 additions & 154 deletions backend/paycheck/src/paycheck/IAM/models.py

This file was deleted.

87 changes: 0 additions & 87 deletions backend/paycheck/src/paycheck/IAM/serializers.py

This file was deleted.

Empty file.
3 changes: 0 additions & 3 deletions backend/paycheck/src/paycheck/IAM/views.py

This file was deleted.

4 changes: 1 addition & 3 deletions backend/paycheck/src/paycheck/config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@
"rest_framework",
]

LOCAL_APPS = [
"IAM.apps.IamConfig",
]
LOCAL_APPS = []

INSTALLED_APPS = DJANGO_APPS + THIRD_PARTY_APPS + LOCAL_APPS

Expand Down
3 changes: 3 additions & 0 deletions backend/paycheck/src/paycheck/config/settings/dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@

DEBUG = True

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

INSTALLED_APPS += ["django-silk"]

0 comments on commit 8871e3c

Please sign in to comment.