Intro to Django Flashcards
What is Django?
Django is a free, open-source web framework written in Python.
Why use Django?
Django includes out-of-the-box support for routine tasks in web development :
- the ability to connect to a database
- set URL routes
- display content on a page
- handle security properly
- etc….
so developers can focus on what makes a web application unique
Django vs. Flask
1) Flask is more lightweight than Django
2) Flask allows maximum flexibility; however, this comes at a cost to the developer
3) Flask’s project structure varies widely, which makes it difficult to maintain best practices when moving between projects
what are asynchronous views?
Find answer
what is a test client?
what is cache/cache backends?
what is a class-based view?
define LTS
Long Term Support - it will receive security updates for at least three years after its release