Tagged: Django MVC Architecture

Django Architecture

Learn Django Architecture in just 5 minutes

For interacting with any websites out there on the Internet we need 3 things, Input, Processing, and Output. In technical words, Input logic, Business logic, and UI logic.    Back in times, when our web...