In a virtual Env with Python 3.7.2, I am trying to run django\'s python manage.py startap myapp and I get this error:
python manage.py startap myapp
raise ImproperlyConfigured
In addition to the above mentioned answers, just in case if you experience this behaviour on Travis CI, add dist: xenial directive to fix it.
dist: xenial