mysociety / yournextrepresentative

A website for crowd-sourcing structured election candidate data
https://candidates.democracyclub.org.uk/
GNU Affero General Public License v3.0
56 stars 21 forks source link

Allow configuring of areas to always return in settings interface #960

Open struan opened 8 years ago

struan commented 8 years ago

At the moment AREA_TO_ALWAYS_RETURN still has to be configured using standard Django configuration as it requires a dictionary for each area. There should be an interface to configure this so it can be stored in the database.

Related: check that we actually need this first.