19 | | Then create `static` folder in the project root make a directory and pu some file(s) in it. |
20 | | The last step will be to start the server and to go to that directory (e.g. [http://127.0.0.1/static]), where response should be a directory listing of that folder, but you'll see this odd error: |
| 19 | Then create `static` directory in the project root and put some file(s) in it. |
| 20 | The last step will be to start the development server and to go to that directory (e.g. [http://127.0.0.1/static]), where response should be the directory listing, but you'll see this odd error: |