File tree 3 files changed +0
-4
lines changed
3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,6 @@ def INSTALLED_APPS(self): # noqa
77
77
'django_gravatar' ,
78
78
'rest_framework' ,
79
79
'corsheaders' ,
80
- 'copyright' ,
81
80
'textclassifier' ,
82
81
'annoying' ,
83
82
'django_extensions' ,
@@ -315,7 +314,6 @@ def INSTALLED_APPS(self): # noqa
315
314
# Misc application settings
316
315
GLOBAL_ANALYTICS_CODE = 'UA-17997319-1'
317
316
GRAVATAR_DEFAULT_IMAGE = 'https://media.readthedocs.org/images/silhouette.png' # NOQA
318
- COPY_START_YEAR = 2010
319
317
RESTRICTEDSESSIONS_AUTHED_ONLY = True
320
318
RESTRUCTUREDTEXT_FILTER_SETTINGS = {
321
319
'cloak_email_addresses' : True ,
Original file line number Diff line number Diff line change 1
1
{% load i18n %}
2
- {% load copyrighttags %}
3
2
{% load core_tags %}
4
3
{% load static %}
5
4
<!DOCTYPE html>
Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ django-kombu==0.9.4
49
49
mimeparse==0.1.3
50
50
mock==1.0.1
51
51
stripe==1.20.2
52
- django-copyright==1.0.0
53
52
django-formtools==1.0
54
53
django-dynamic-fixture==1.8.5
55
54
docker-py==1.3.1
You can’t perform that action at this time.
0 commit comments