From 978746cd76d9b91fdc42477d03e1927626a94aa8 Mon Sep 17 00:00:00 2001 From: Daniel Malik Date: Thu, 27 Sep 2018 19:55:17 +0200 Subject: [PATCH] fix(readme): remove deprecated tag --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 78dad99d..e0a9f870 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Django 2.0+ project template -[![Dependency Status](https://gemnasium.com/jpadilla/django-project-template.svg)](https://gemnasium.com/jpadilla/django-project-template) - This is a simple Django 2.0+ project template with my preferred setup. Most Django project templates make way too many assumptions or are just way too complicated. I try to make the least amount of assumptions possible while still trying provide a useful setup. Most of my projects are deployed to Heroku, so this is optimized for that but is not necessary. ## Features