Fix typo and formatting in docs.

This commit is contained in:
Eklavya Sharma
2016-04-25 20:22:53 +05:30
parent 21161a8adb
commit 101148c49e
2 changed files with 2 additions and 2 deletions

View File

@@ -437,7 +437,7 @@ server homepage just shows a list of the users that exist on the
server and you can login as any of them by just clicking on a user.
This setup saves time for the common case where you want to test
something other than the login process; to test the login process
you'll want to change AUTHENTICATION_BACKENDS in the not-PRODUCTION
you'll want to change `AUTHENTICATION_BACKENDS` in the not-PRODUCTION
case of `zproject/settings.py` from zproject.backends.DevAuthBackend
to use the auth method(s) you'd like to test.

View File

@@ -15,7 +15,7 @@ Schema and initial data changes
-------------------------------
If you change the database schema or change the initial test data, you
have have to regenerate the pristine test database by running
have to regenerate the pristine test database by running
``tools/do-destroy-rebuild-test-database``.
Wiping the test databases