Skip to content

Commit

Permalink
fix: MVT diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
nabilmuafa committed Sep 4, 2024
1 parent 732969c commit af65259
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tutorial-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Dalam dunia pengembangan web, terdapat berbagai konsep dan arsitektur yang memba

### Apa Itu Konsep MVT?

![MVT Diagram](https://cdn.discordapp.com/attachments/1142468662461214771/1146996248268775484/3._Python_Django_-_Modul_2_Page2_Image5.jpg)
![MVT Diagram](https://miro.medium.com/v2/resize:fit:1400/1*m2_0pEyl1cfnfWYgCSlAZA.png)

**MVT** adalah singkatan dari ***Model-View-Template***. MVT adalah sebuah konsep arsitektur yang digunakan dalam pengembangan web untuk memisahkan komponen-komponen utama dari sebuah aplikasi. Konsep ini memungkinkan pengembang web untuk mengorganisasi dan mengelola kode dengan lebih terstruktur.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ In the realms of web development, there are some concepts and architectures that

### What is MVT?

![MVT Diagram](https://cdn.discordapp.com/attachments/1142468662461214771/1146996248268775484/3._Python_Django_-_Modul_2_Page2_Image5.jpg)
![MVT Diagram](https://miro.medium.com/v2/resize:fit:1400/1*m2_0pEyl1cfnfWYgCSlAZA.png)

**MVT** stands for **Model-View-Template**. MVT is an architecture that is used on web development to separate the main components of an application. This concept allows developers to organize and manage code in a structured way.

Expand Down

0 comments on commit af65259

Please sign in to comment.