There is a site on Django. In order to get tested on one of the services, you need to upload an html file so that it opens at http://saitt.ru/file.html how to do it?
If you upload to the directory / public / - it does not open - Page not found!
If you upload to / public / static, then the file will open via ttp: //saitt.ru/static/file.html
It is necessary that urls.py register something? In urlpatterns?