StarterPyth
StarterPyth copied to clipboard
Django >= 1.8: ImportError: cannot import name 'LaxOptionParser'
Generated code gives
ImportError: cannot import name 'LaxOptionParser'
because this parser is CommandParser since Django 1.8
More info at https://github.com/jazzband/django-configurations/issues/65