about django framework execution sequence

37 views
Skip to first unread message

zeeshan malik

unread,
May 21, 2016, 12:16:34 PM5/21/16
to Django users
anybody plz  tel me the exzact sequence of Djngo framework execution 
like: first of all
url call to view functions and
then views render  the templates and data will show on page

 then in case of inserting data in form how djngo execute in sequence 
how model and form work and how ORM role in mapping form data to database

Paulo Afonso

unread,
May 23, 2016, 8:25:56 AM5/23/16
to Django users
Hi

You can using tutorial from base project, that was what I did to understand.

Another way, is was very useful for me the PDF book Pro Django 2nd Version.

But for what I know is:
a) First start with Setting.py, 
b) urls to call the view as users ask for it.
c) for each view render the code...

I specially advice you to study Rest Framework, after you learn that you will see is more easier to code, and fast.

Hope this help. 
;) 
Reply all
Reply to author
Forward
0 new messages