Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of Web development, so you can focus on writing your app without needing to reinvent the wheel. Itβs free and open source.
0.0.0.0:8000
. This is required to allow remote connections, which you will technically be making to your sandbox.project/settings.py
file. First, replace the contents of the MIDDLEWARE
list with this: