Deployment of a project is a completely different issue.
In addition to the link you’ve posted, you should also read:
-
How to deploy Django | Django documentation | Django
and - Deployment checklist | Django documentation | Django
along with the links on those pages for more detailed information.
Note: Proper deployment of a Django application is frequently considered to be one of the most confusing aspects of Django because of all the “moving parts” involved.