Skip to content

Commit

Permalink
Remove customers app and add users app
Browse files Browse the repository at this point in the history
  • Loading branch information
erfanghorbanee committed Aug 25, 2024
1 parent 9a91685 commit 4c52c3e
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Django-Shop/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@

# custom apps
"home",
"users",
]

MIDDLEWARE = [
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions Django-Shop/customers/apps.py → Django-Shop/users/apps.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from django.apps import AppConfig


class CustomersConfig(AppConfig):
class UsersConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "customers"
name = "users"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4c52c3e

Please sign in to comment.