Django says - No module named 'blog'
www.py4u.net › discuss › 1257748python manage.py startapp blog /myproject Difference here is specifying the /myproject directory and not using: python manage.py startapp blog Which will place it under root directory myproject. I wanted to avoid adding app directory in the root folder so i stay more organized.