Remove django_bcrypt. Django 1.5 is more secure by default.

master
Nick Sergeant 2013-03-25 18:05:02 -04:00
parent 2ebe353884
commit f58645880c
2 changed files with 0 additions and 2 deletions

View File

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

View File

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