#27139 (ImportError: No module named 'polls.apps ...
https://code.djangoproject.com/ticket/27139Hi, Since Django 1.9, the startapp command will generate an apps.py file so the instructions should be correct.. Is it possible that you're using an older version of Django (python manage.py --version will tell you)?If so, you either need to update Django (1.10 is the latest version) or follow the documentation that corresponds to the version of Django you're using (you can switch versions …