Skip to content

Convert settings.INSTALLED_APPS to list before concatenating django. #237

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 13, 2012
Merged

Convert settings.INSTALLED_APPS to list before concatenating django. #237

merged 1 commit into from
Jan 13, 2012

Conversation

andialbrecht
Copy link
Contributor

According to the Django documentation settings.INSTALLED_APPS is a
tuple. To go for sure that only list + list are concatenated,
settings.INSTALLED_APPS is converted to list type before adding
['django'].

According to the Django documentation settings.INSTALLED_APPS is a
tuple. To go for sure that only list + list are concatenated,
settings.INSTALLED_APPS is converted to list type before adding
['django'].
dcramer added a commit that referenced this pull request Jan 13, 2012
Convert settings.INSTALLED_APPS to list before concatenating django.
@dcramer dcramer merged commit 5c55e3c into django-commons:master Jan 13, 2012
ryneeverett pushed a commit to ryneeverett/django-debug-toolbar that referenced this pull request Oct 2, 2016
Convert settings.INSTALLED_APPS to list before concatenating django.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants