Skip to content

Commit

Permalink
change installation and todo in readme after create package from source
Browse files Browse the repository at this point in the history
  • Loading branch information
mojtabaakbari221b committed Jun 21, 2022
1 parent 56f7343 commit e5b4b1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Installation
-----------------
Install via pip:
```
pip install django_master_password
pip install master-password-django==1.0
```

Configuration
Expand All @@ -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',
...
]
Expand All @@ -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

0 comments on commit e5b4b1a

Please sign in to comment.