view code using a simple pattern matching language. An ordered set of patterns is checked one-by-one. If one of the patterns matches the path information associated with a request, a particular view callable is invoked. URL dispatching:
separation of application and presentation logic. Templates can be maintained by anyone with an understanding of HTML; no knowledge of Python is required.
unnecessary crashes. • Admin interfaces are easy. • Django builds large websites quickly. • It is fast as compared to other frameworks. • Emphasizes reusability.