mirror of
https://github.com/lemeow125/Notes.git
synced 2025-04-28 10:41:16 +08:00
vault backup: 2024-10-14 19:51:18
This commit is contained in:
parent
c558d21d95
commit
b7cbf80329
14 changed files with 30 additions and 26 deletions
|
@ -1,15 +1,3 @@
|
|||
### Overview
|
||||
Django is a framework built with Python to help you implement web applications.
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
Django can be used as-is to develop full stack web apps which include your frontend and backend. This however isn't the focus of this guide.
|
||||
|
||||
You will be using Django alongside Django REST Framework to instead build a backend API, which will only serve data from your database, and not serve as a frontend framework. This guide will focus on data, so no fancy frontend design stuff!
|
||||
|
||||
This guide has concepts that are similar to the official guide for Django linked [here](https://docs.djangoproject.com/en/5.1/intro/tutorial01/). Check it out as well!
|
||||
|
||||
### Getting Started
|
||||
|
||||
|
|
12
docs/Guides/Django REST Framework/Django REST Framework.md
Normal file
12
docs/Guides/Django REST Framework/Django REST Framework.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
### Overview
|
||||
Django is a framework built with Python to help you implement web applications.
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
Django can be used as-is to develop full stack web apps which include your frontend and backend. This however isn't the focus of this guide.
|
||||
|
||||
You will be using Django alongside Django REST Framework to instead build a backend API, which will only serve data from your database, and not serve as a frontend framework. This guide will focus on data, so no fancy frontend design stuff!
|
||||
|
||||
This guide has concepts that are similar to the official guide for Django linked [here](https://docs.djangoproject.com/en/5.1/intro/tutorial01/). Check it out as well!
|
Before Width: | Height: | Size: 123 KiB After Width: | Height: | Size: 123 KiB |
Before Width: | Height: | Size: 203 KiB After Width: | Height: | Size: 203 KiB |
Loading…
Add table
Add a link
Reference in a new issue