You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add project setup and creation steps to documentation
The explanation on how to set up the project and create a Django app is now included in our documentation. This addition provides a set of clear, step-by-step instructions with code snippets and a project structure overview that will assist users during their initial interactions with the system.
Copy file name to clipboardExpand all lines: docs/index.md
+50Lines changed: 50 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,9 +58,59 @@ The sequence diagram illustrates the flow of an HTTP request through the Django
58
58
59
59
This sequence outlines the typical flow of a request-response cycle in Django, demonstrating how requests are handled and responses are generated within the framework.
60
60
61
+
## Set up the project
62
+
63
+
Now we have a basic understanding of Django and DRF. We are going to set up the project.
0 commit comments