From 1980dba2bd7994f501d62b3f148fdca4465d9989 2014-01-05 12:29:20 From: Branko Majic Date: 2014-01-05 12:29:20 Subject: [PATCH] DJPYD-2: Adding a README file. --- diff --git a/README.rst b/README.rst new file mode 100644 index 0000000000000000000000000000000000000000..26ba94adc7af671cc0732a265700450b4a1655d3 --- /dev/null +++ b/README.rst @@ -0,0 +1,13 @@ +Django Pydenticon +================= + +Django Pydenticon is a Django application that provides an identicon +generator. The implementation uses Pydenticon library for generating the +identicons: + +* https://github.com/azaghal/pydenticon/ +* https://projects.majic.rs/pydenticon + +Django Pydenticon comes with some pre-defined sane defaults for generating the +identicons, but is configurable, letting the user generate identicons with +custom parameters. Some parameters can be even overridden on case-by-case basis.