[ɣʷufd̥]
[ɣʷufd̥]
Yes, libjpeg-dev is required. For an up-to-date list of system dependencies for development, bar PostgreSQL and elasticsearch, see https://github.com/mysociety/yournextrepresentative/blob/master/conf/provision.sh#L7-L11.
YNR no longer loads areas from disk. A script was added back in December for importing areas and posts directly from MapIt; you need to supply it with the MapIt...
I observed a friend add candidates earlier and it was shown to them every time, though I've no idea why it might behave differently for me.
This is still not enough for sorting to work properly in other languages; the various built-in `sort` functions operate on bytes (i.e. Unicode code units), the order of which may...
Even with the default English locale it sorts them in the right order on Ubuntu: ``` sql ynr=> SHOW LC_COLLATE; lc_collate ------------- en_US.UTF-8 (1 row) ynr=> SELECT id,name from popolo_organization...
It looks like Django's actually got a 'help_text' field which I hadn't noticed.
This appears to be attempting to insert the string representation of `ApproximateDate` into a `CharField`.
I've patched it up with ``` python class WorseApproximateDate(ApproximateDate): def __repr__(self): repr_, *_ = super().__repr__().partition('-00') return repr_ ``` but then `PersonExtra.dob_as_date` can't parse it because ``` ValueError: day is out...
The YAML config only accepts a few options; pending a resolution to #890, the easiest thing to do here would be to add the email settings inside `mysite/settings/local_settings.py`: ``` py...
I've thought about this some more today. I think that, at the very least, the relation of this repo to mySociety-run (and -blessed) instances needs clarifying. I appreciate that it...