Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergi0bbb committed Sep 3, 2024
1 parent 8d8594b commit 65f0390
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,8 @@

INSTALLED_APPS = [
"db",
"django.contrib.auth",
"django.contrib.contenttypes",
]

AUTH_USER_MODEL = "db.User"

0 comments on commit 65f0390

Please sign in to comment.