I was exploring Eclipse Pydev Plugin with Python and Django and found few issue not sure if I am missing something. I am not sure if this is understanding issue of plugin.

Info:
OS: macOS Sierra
Eclipse: Eclipse Java EE IDE for Web Developers. Version: Neon.3 Release (4.6.3) Build id: 20170314-1500
Pydev Plugin: 5.7.0.201704111357
Python Django ver: 1.11
Python 3.6
My Pydev issues:
- Creating extra folder same name as project( nested names)
- Could not run this command in consoles django-admin startproject mysite or django-admin startapp mysite ( print(django.get_version()) can be run without any issue)
- Some file missing when Django project is created i.e models.py, views.py etc.. as shown in attached file ( Missing files are created when used command - "django-admin startapp mysite")