diff --git a/README.md b/README.md index ab2d00c..00a2d10 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,8 @@ django-admin startproject PROJECT_NAME ln -sr bam PROJECT_DIRECTORY/bam ``` - 4. Add `bam` to `INSTALLED_APPS` in the project's `settings.py`. + 4. Add `bam.apps.BamConfig` to `INSTALLED_APPS` in the project's + `settings.py`. 5. Set `bam.hashers.LDAPPBKDF2PasswordHasher` as the first item of the `PASSWORD_HASHERS` array in the project's `settings.py`.