Turns out we need django-bcrypt or anyone who created passwords with bcrypt won't be able to log in.

master
Nick Sergeant 2013-03-25 21:45:52 -04:00
parent c74ea78141
commit 7c79d77fcc
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
boto
Django
django-annoying
django-bcrypt
django-debug-toolbar
django-extensions
django-markdown-deux

View File

@ -90,6 +90,7 @@ INSTALLED_APPS = (
'django.contrib.staticfiles',
'django.contrib.admin',
'django_bcrypt',
'haystack',
'markdown_deux',
'pagination',