From 9b406ead133a0b0286c2b7dbefc76cf231c9fcaa Mon Sep 17 00:00:00 2001 From: Santos Gallegos Date: Thu, 14 Dec 2017 08:53:42 -0500 Subject: [PATCH] Remove copyright application --- readthedocs/settings/base.py | 2 -- readthedocs/templates/base.html | 1 - requirements/pip.txt | 1 - 3 files changed, 4 deletions(-) diff --git a/readthedocs/settings/base.py b/readthedocs/settings/base.py index c9ddefa82a5..3d5db827e41 100644 --- a/readthedocs/settings/base.py +++ b/readthedocs/settings/base.py @@ -77,7 +77,6 @@ def INSTALLED_APPS(self): # noqa 'django_gravatar', 'rest_framework', 'corsheaders', - 'copyright', 'textclassifier', 'annoying', 'django_extensions', @@ -315,7 +314,6 @@ def INSTALLED_APPS(self): # noqa # Misc application settings GLOBAL_ANALYTICS_CODE = 'UA-17997319-1' GRAVATAR_DEFAULT_IMAGE = 'https://media.readthedocs.org/images/silhouette.png' # NOQA - COPY_START_YEAR = 2010 RESTRICTEDSESSIONS_AUTHED_ONLY = True RESTRUCTUREDTEXT_FILTER_SETTINGS = { 'cloak_email_addresses': True, diff --git a/readthedocs/templates/base.html b/readthedocs/templates/base.html index 584d0db1813..40367aba2ea 100644 --- a/readthedocs/templates/base.html +++ b/readthedocs/templates/base.html @@ -1,5 +1,4 @@ {% load i18n %} -{% load copyrighttags %} {% load core_tags %} {% load static %} diff --git a/requirements/pip.txt b/requirements/pip.txt index 92f4e5328b0..ca40caf724a 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -49,7 +49,6 @@ django-kombu==0.9.4 mimeparse==0.1.3 mock==1.0.1 stripe==1.20.2 -django-copyright==1.0.0 django-formtools==1.0 django-dynamic-fixture==1.8.5 docker-py==1.3.1