pinax / symposion

a Django project for conference websites
BSD 3-Clause "New" or "Revised" License
299 stars 147 forks source link

Add language selector #76

Closed miurahr closed 9 years ago

miurahr commented 9 years ago

feedback from pycon development with dropping dependency to constance. Use AppConfig instead.

User who want to show language selector, add next line to settings.py:

SYMPOSION_SHOW_LANGUAGE_SELECTOR = True

Original commit:

commit 5bd3c600a3cdf20d8fcbfb50d3804779b890d0e0
Author: Dan Poirier <dpoirier@caktusgroup.com>
Date:   Fri Aug 9 07:58:10 2013 -0400

    Display language selector conditionally

    Add a constance setting that controls whether we display
    the language selector on the dashboard. Defaults to off.

    (Modify setting at /2014/admin/constance/config/)

commit 2e560f9ae6c1bf19dbae2037d7e554c535361333
Author: Dan Poirier <dpoirier@caktusgroup.com>
Date:   Thu Aug 8 10:19:32 2013 -0400

    Add language selector to dashboard
paltman commented 9 years ago

This functionality is already available through django-user-accounts.