Tuesday, 29 December 2015

my new start--Django

Django is a framework that uses python
It makes the coding simple.
so easy for developing and deployment

I used the Django documentation
https://docs.djangoproject.com




Many interesting factors are there in this framework. You have to go for many trial and error methods to get expertise with Django also have to keep practicing.If you are known with python you can get easy with the Django.we can import even c ,c++ code into this and no need to code it separately for that.


When you work with Django you can explore many things. Experiment with it,you will enjoy coding.

Django has its ORM(object-relational mapping) and query sets. Django follows MVC pattern,where M - Models,V - Templates and C - Views in the Django framework.Respective terms will follow the functions. i.e Models same model function,Views taken over by the Templates and Controller function is controlled by Views.:)