The start server script for django applications is python manage.py runserver
Run the above script from the directory where you created your project (The directory where manage.py file is there). Hopefully, this should solve your problem