We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa70e22 commit 32a8f9eCopy full SHA for 32a8f9e
readthedocs/settings/base.py
@@ -82,7 +82,6 @@ def INSTALLED_APPS(self): # noqa
82
'copyright',
83
'textclassifier',
84
'annoying',
85
- 'django_countries',
86
'django_extensions',
87
'messages_extends',
88
@@ -119,6 +118,7 @@ def INSTALLED_APPS(self): # noqa
119
118
'allauth.socialaccount.providers.bitbucket_oauth2',
120
]
121
if donate:
+ apps.append('django_countries')
122
apps.append('readthedocsext.donate')
123
return apps
124
requirements/pip.txt
@@ -25,8 +25,6 @@ slumber==0.7.1
25
lxml==3.3.5
26
defusedxml==0.5.0
27
28
-django-countries==3.4.1
29
-
30
# Basic tools
31
redis==2.10.3
32
celery==3.1.23
0 commit comments