Create a documentation directory . Once you’ve installed Sphinx, you will need to create the document root folder. This folder will hold your documentation and other files you will need (images, about pages, and so on…). Create your document root folder in your project main folder and name it /docs.
Read moreCan you learn Django from documentation?
Django has a lot of documentation. A high-level overview of how it’s organized will help you know where to look for certain things: Tutorials take you by the hand through a series of steps to create a web application. … They are more advanced than tutorials and assume some knowledge of how Django works.
Read more