Introduction to Django 1/10


Django is a python framework for building webpages.
Leveraging on python webpages can be coded more quickly with less code. It is named after Django Reinhardt.

Buzz Words in Django : ORM. URL mapping, Templates, Forms, Admin, Packages.



Comments

Popular posts from this blog

Python Collections Journey | defaultdict