Django
Django is a high-level Python web framework that follows the “batteries included” philosophy. It provides an ORM, URL routing, a template engine, an admin interface, form validation, authentication, and much more out of the box. This section covers Django from installation to advanced topics including views, templates, ORM, middleware, and sessions.
Last updated on