Hi,
When i am doing some exercises, i found some questions are very to
understand, Could you tell me which sentiences are correct?
1. Models convert data from relational database form to objects and
vice versa.
2. Django model has to be written for a specific relation database
3. Foreignkey are used to refer to elements in the other databases

about the views:

4. they interpret user input contained in the HTTP requests
5. they create the user interface
6. they access the models

about the templates:

7. Templates can specify any HTTP Headers for the response

The last thing is that why  django has a mechanism to protects against
calling methods from template that have side effects is a good idea?

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to