From ed6fbce0413569b18f36547ae0e223e97bf3a65b Mon Sep 17 00:00:00 2001 From: mpoli Date: Sat, 4 Dec 2021 10:31:46 -0300 Subject: [PATCH] Removed mention of Foundation fork from readme (#3445) Co-authored-by: Bruno Alla --- README.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.rst b/README.rst index e990d5f1..799bdeaf 100644 --- a/README.rst +++ b/README.rst @@ -44,7 +44,7 @@ Features * For Django 3.2 * Works with Python 3.9 * Renders Django projects with 100% starting test coverage -* Twitter Bootstrap_ v5 (`maintained Foundation fork`_ also available) +* Twitter Bootstrap_ v5 * 12-Factor_ based settings via django-environ_ * Secure by default. We believe in SSL. * Optimized development and production settings @@ -61,9 +61,6 @@ Features * Customizable PostgreSQL version * Default integration with pre-commit_ for identifying simple issues before submission to code review -.. _`maintained Foundation fork`: https://github.com/Parbhat/cookiecutter-django-foundation - - Optional Integrations ---------------------