Re: A Django project life cycle
On Saturday 19 June 2010 18:04:33 Sameer Rahmani wrote:
> i want to know about a django project life cycle, can any body help me
> please?
>
> i want to know how a django project run under wsgi and development server ?
> which files runs first?
> does a project run in each request? or it remain in memory ?
> and any other useful information
>
well first thing is that django is a framework and not a server. So basically
the flow is precisely the same as ordinary cgi programming. You type in a url
which calls a function which does something and displays a page.
--
Regards
Kenneth Gonsalves
Senior Associate
NRC-FOSS at AU-KBC
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home