From 3b272dda7e3c0dddd384ba917ade320e6bab3f8c Mon Sep 17 00:00:00 2001 From: Francisco Souza Date: Sun, 22 May 2011 14:28:55 -0300 Subject: [PATCH] First commit --- .gitignore | 4 ++++ README.markdown | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 .gitignore create mode 100644 README.markdown diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f9192c7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.swp +*.pyc +*.db +static diff --git a/README.markdown b/README.markdown new file mode 100644 index 0000000..ce9a8af --- /dev/null +++ b/README.markdown @@ -0,0 +1,3 @@ +#django-htmlmin + Grappelli integration + +This is a very simple sample of integration between [grappelli](http://code.google.com/p/django-grappelli/) and [django-htmlmin](http://github.com/cobrateam/django-htmlmin).