vault backup: 2024-10-14 19:51:18

This commit is contained in:
Keannu Christian Bernasol 2024-10-14 19:51:18 +08:00
parent c558d21d95
commit b7cbf80329
14 changed files with 30 additions and 26 deletions

View file

@ -1,15 +1,3 @@
### Overview
Django is a framework built with Python to help you implement web applications.
![353e9c415078b3d4a18d7bd93294df1c_MD5](_resources/1%20-%20Setup/353e9c415078b3d4a18d7bd93294df1c_MD5.jpg)
![8d193fcb83f676cd16e263f78f965bc5_MD5](_resources/1%20-%20Setup/8d193fcb83f676cd16e263f78f965bc5_MD5.jpg)
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

View file

@ -0,0 +1,12 @@
### Overview
Django is a framework built with Python to help you implement web applications.
![353e9c415078b3d4a18d7bd93294df1c_MD5](_resources/Django%20REST%20Framework/353e9c415078b3d4a18d7bd93294df1c_MD5.jpg)
![8d193fcb83f676cd16e263f78f965bc5_MD5](_resources/Django%20REST%20Framework/8d193fcb83f676cd16e263f78f965bc5_MD5.jpg)
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!