How to upload any files to the root of the site on Django?
those. For example, I need now in the root lay verification html file from YouTube, then you need robots.txt and a site map.
Suppose this is all text files and I can do this using the view and url settings in urls.py. But somehow I want it to be just static files.
In addition, what if you need to have an archive, a picture, or any other file in the root?
Now in my settings: STATIC_URL = '/ static /' this would be left unchanged ..