Changed documentation to reStructuredText strings
This commit is contained in:
parent
5f06b0c9be
commit
b134a20813
3 changed files with 14 additions and 20 deletions
|
|
@ -42,6 +42,10 @@ INSTALLED_APPS = [
|
|||
'housewars.apps.HousewarsConfig'
|
||||
]
|
||||
|
||||
PASSWORD_HASHERS = [
|
||||
'django.contrib.auth.hashers.MD5PasswordHasher'
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
'django.middleware.security.SecurityMiddleware',
|
||||
'django.contrib.sessions.middleware.SessionMiddleware',
|
||||
|
|
|
|||
Reference in a new issue