Skip to content

Commit 32a8f9e

Browse files
committed
Add django_countries to proper dep
1 parent fa70e22 commit 32a8f9e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

readthedocs/settings/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ def INSTALLED_APPS(self): # noqa
8282
'copyright',
8383
'textclassifier',
8484
'annoying',
85-
'django_countries',
8685
'django_extensions',
8786
'messages_extends',
8887

@@ -119,6 +118,7 @@ def INSTALLED_APPS(self): # noqa
119118
'allauth.socialaccount.providers.bitbucket_oauth2',
120119
]
121120
if donate:
121+
apps.append('django_countries')
122122
apps.append('readthedocsext.donate')
123123
return apps
124124

requirements/pip.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ slumber==0.7.1
2525
lxml==3.3.5
2626
defusedxml==0.5.0
2727

28-
django-countries==3.4.1
29-
3028
# Basic tools
3129
redis==2.10.3
3230
celery==3.1.23

0 commit comments

Comments
 (0)