DEV Community

Discussion on: What am I doing wrong? (I’m trying to make a Django project)

Collapse
 
alchermd profile image
John Alcher

You have to issue an interrupt signal by pressing CTRL+C to stop the server. If you just want to change some code and see the changes, the Django development server should pick those up and restart itself automatically.