MeetingPlanner Install the latest django release python -m pip install django Starting the project django-admin startproject my-project-name cd my-project-name run the development server python manage.py runserver