From 3ad4b28bd795dc19044c766ca56af76427002f46 Mon Sep 17 00:00:00 2001 From: Fabio Souto Date: Wed, 26 Oct 2016 00:18:33 +0200 Subject: [PATCH] Reflect the latest changes in the readme --- readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 081721b..219f5c8 100644 --- a/readme.md +++ b/readme.md @@ -7,8 +7,7 @@ An easy to use project template for Django 1.10 that follows best practices. - Compatible with python 2.7 and 3.4 - [Django compressor](http://django-compressor.readthedocs.org/en/latest/) to compress JS and CSS and compile LESS/SASS files. - [Django debug toolbar](http://django-debug-toolbar.readthedocs.org/) enabled for superusers. -- [Bcrypt](https://docs.djangoproject.com/en/1.8/topics/auth/passwords/#using-bcrypt-with-django) to hash the passwords -- [Django flat theme](https://github.com/elky/django-flat-theme) to style the admin. +- [Argon2](https://docs.djangoproject.com/en/1.10/topics/auth/passwords/#using-argon2-with-django) to hash the passwords - A [fabfile](http://www.fabfile.org/) to ease the deployment. ## Quickstart ##