A Complete Beginner's Guide to Django - Part 1 - 0 views
-
are Python functions that receive an HttpRequest object and returns an HttpResponse object. Receive a request as a parameter and returns a response as a result.
-
is a Web application that does something. An app usually is composed of a set of models (database tables), views, templates, tests.
-
One project can be composed of multiple apps, or a single app.
- ...1 more annotation...