mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Fixes #148
This commit is contained in:
parent
1a78de81f1
commit
8222309573
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ Next, install the ``FailedLoginMiddleware`` middleware::
|
|||
'axes.middleware.FailedLoginMiddleware'
|
||||
)
|
||||
|
||||
Run ``python manage.py syncdb``. This creates the appropriate tables in your database
|
||||
Run ``python manage.py migrate``. This creates the appropriate tables in your database
|
||||
that are necessary for operation.
|
||||
|
||||
Customizing Axes
|
||||
|
|
|
|||
Loading…
Reference in a new issue