diff --git a/README.md b/README.md index 808eb4e3..b34e6b68 100644 --- a/README.md +++ b/README.md @@ -59,13 +59,12 @@ Visit (http://127.0.0.1:8000/) ## Updating > *Note:* If you are *upgrading* from any release *previous to v0.3*: +> * Run `python manage.py migrate djconfig --fake-initial` > * Add `AUTH_USER_MODEL = 'spirit.User'` (or your custom user model) to your `settings.py`. > * Remove the `AbstractForumUser` from your custom user model (if you have one). > * Change `spirit.models.AbstractUser` to `django.contrib.auth.models.AbstractUser` in your custom user model (if you have one). > > *Deprecation notice:* `AbstractForumUser` and `AbstractUser` will no longer exist in future releases. -> -> * Run `python manage.py migrate djconfig --fake-initial` Run: