'How do i serve files uploaded by the user in a locally deployed django project

I deployed my django app using python manage.py runserver 0.0.0.0:8888.

And I set debug to False. How do I serve files uploaded by the user?

The app is an internal app and can only be accessed by staffs of the organization. So they want the media files to be stored locally on the server.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source