Remove copyright application (#3400)

more-gsoc
Santos Gallegos 2017-12-14 14:11:48 -05:00 committed by Anthony
parent 1a053bdf35
commit 4373cba73c
3 changed files with 0 additions and 4 deletions

View File

@ -77,7 +77,6 @@ class CommunityBaseSettings(Settings):
'django_gravatar',
'rest_framework',
'corsheaders',
'copyright',
'textclassifier',
'annoying',
'django_extensions',
@ -315,7 +314,6 @@ class CommunityBaseSettings(Settings):
# 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,

View File

@ -1,5 +1,4 @@
{% load i18n %}
{% load copyrighttags %}
{% load core_tags %}
{% load static %}
<!DOCTYPE html>

View File

@ -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