Sunday, May 22, 2016

Re: about django framework execution sequence

Hi

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

https://docs.djangoproject.com/en/1.9/intro/tutorial01/
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. 
;) 


sábado, 21 de Maio de 2016 às 17:16:34 UTC+1, zeeshan malik escreveu:
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

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/fde93b32-10fd-4cd8-8ef2-0b05831cd548%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment