If you have "django.contrib.gis" enabled, but a required lib, e.g., gdal-
bin is not installed, every command will be terminated with a segmentation
fault.
I feel like this should rather emit an error message informing about the
lack of said library, shouldn't it?
Example output:
{{{
./manage.py check
System check identified no issues (0 silenced).
Segmentation fault (core dumped)
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/34361>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.