This commit is contained in:
Camilo Nova 2016-03-28 14:46:05 -05:00
parent 1a78de81f1
commit 8222309573

View file

@ -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