Skip to content

Commit

Permalink
fix: change import to django.conf
Browse files Browse the repository at this point in the history
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
  • Loading branch information
guilhem-barthes committed Sep 27, 2024
1 parent 3a4184e commit 4854a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/users/management/commands/sync_users.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from django.config import settings
from django.conf import settings
from django.contrib.auth import get_user_model
from django.contrib.auth.password_validation import validate_password
from django.core.exceptions import ValidationError
Expand Down

0 comments on commit 4854a8a

Please sign in to comment.