mirror of
https://github.com/QingdaoU/Spirit.git
synced 2025-01-16 09:15:59 +00:00
readme, upgrade note
This commit is contained in:
parent
8d4e8c2182
commit
ac2a72c4b9
@ -57,6 +57,8 @@ Visit (http://127.0.0.1:8000/)
|
||||
> * 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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user