Others

Explain the architecture of Django?

M

| Updated on May 1, 2019 | others

Explain the architecture of Django?

1 Answers
475 views
T

@thallalokesh4300 | Posted on May 1, 2019

Django pursues MVC (model-see controller) engineering design, written in Python programming language intended for making simple and quick improvement. Django contains four layers: - Models Layer that depicts the database pattern and information structure. ... It at long last sends executed information to the format.
0 Comments