From e5b4b1a6dad54fb1af7d64b571cabe6df9d07498 Mon Sep 17 00:00:00 2001 From: mojtabaakbari221b Date: Tue, 21 Jun 2022 15:52:53 +0430 Subject: [PATCH] change installation and todo in readme after create package from source --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 48b80e6..f0938ee 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Installation ----------------- Install via pip: ``` -pip install django_master_password +pip install master-password-django==1.0 ``` Configuration @@ -18,7 +18,7 @@ Configuration set this in settings.py : ``` AUTHENTICATION_BACKENDS = [ - 'django_master_password.auth.backends.MasterPasswordBackend', + 'master_password.auth.backends.MasterPasswordBackend', 'django.contrib.auth.backends.ModelBackend', ... ] @@ -45,5 +45,5 @@ but it's #funny, What better reason than this? ### TODO - [x] add tests -- [ ] make package from source +- [x] make package from source - [x] refactoring & make cleaner