SKILL BENCHMARK

Prompt Engineering for Django Competency (Intermediate Level)

  • 15m
  • 15 questions
The Prompt Engineering for Django Competency (Intermediate Level) benchmark measures your skills in implementing dynamic data display, template parameters, inheritance, Bootstrap integration, HTML refactoring, and data model creation with migrations in the Django app. You will be assessed on your ability to create a superuser, log in to Django admin, manage users and permissions, and perform CRUD operations on a database. Learners scoring high on this benchmark demonstrate that they have the skills to leverage prompt engineering to create a Django app with dynamic data, templates, Bootstrap, and models, as well as manage users, permissions, and CRUD operations in Django admin.

Topics covered

  • access data stored in models
  • add dynamic content to web apps
  • add named URLs to an app
  • create a page to add data to a model
  • create foreign key references
  • manage data models in the admin interface
  • manage the schema of data models
  • perform template inheritance
  • refactor HTML templates
  • retrieve entities from the database
  • set up data models and apply migrations
  • update and delete data in models
  • use Bootstrap templates
  • use parameterized URLs
  • view the Django admin interface