URL and Rendering HTML in Django
URL
URL's can be considered as routes in the context of web application.
example: httP://www.mazhar.com/, http://www.mazhar.com/about, http://www.mazhar.com/contact
URL's are defined inside urls.py file. Each URL is mapped with specific view funct...
mazharsolkar.hashnode.dev2 min read