Term
Definition
models.Model and define the database structure of a Django application. Each attribute corresponds to a database field.Master full-stack web development with this high-yield CS50W flashcard deck covering Django, JavaScript, HTML5/CSS, RESTful APIs, and web security.
A quick, read-only look at the deck content.
Term
Definition
models.Model and define the database structure of a Django application. Each attribute corresponds to a database field.Term
Definition
views.py that accept a web request object and return an HTTP response, such as rendered HTML or JSON data.Term
Definition
{{ variable }} for displaying variables and {% tag %} for logic like loops and conditionals.Term
Definition
urls.py via the path() function to specific view functions, using dynamic converters like <int:id> or <str:name>.Term
makemigrations vs migrate)Definition
python manage.py makemigrations creates SQL migration instructions based on changes in models.py. python manage.py migrate applies those changes to the database.Term
Definition
Model.objects.all() gets all records, .filter() retrieves matching records, and .get() fetches a single unique record.Term
Definition
ModelForm) automatically generating inputs and saving instances directly to the database model.Term
Definition
document.querySelector('#id'), updating text via .textContent, or altering structure via .innerHTML.Explore similar study materials created by the community
Master CFA Level 1 Financial Reporting & Analysis with high-yield flashcards covering IFRS vs. US GAAP, financial statement integration, and key analytical ratios. Essential study material to pass the CFA FRA section with confidence.
Master the core principles of Thermodynamics, from the fundamental laws governing energy and entropy to practical calculations of heat transfer and spontaneity. This deck covers the Zeroth, First, Second, and Third Laws, along with key concepts like enthalpy, entropy, and Gibbs Free Energy.
Master foundational French A1/A2 vocabulary and core grammar rules, including key verb conjugations, essential greetings, articles, and daily conversational phrases.
Master Kubernetes fundamentals to confidently deploy, scale, and manage containerized applications. This high-yield deck covers core objects like Pods, Deployments, Services, and essential concepts for robust microservice orchestration.