Chapter 10 · Prompt Charlie

Flight 02 Prompt Sequence

Copy this prompt and paste it into Codex.

Book
Draft 3.0
Prompt
1.0
Destination
Codex
Download plain text
Guide me through creating local demonstration identities for Summit Operations Portal without receiving, choosing, displaying, storing, or committing any password.

Use Django’s interactive `createsuperuser` workflow for the administrator and stop while I enter credentials privately in my visible terminal. After the administrator exists, explain how I can use Django Admin to create one employee, one manager, two teams, and several fictional work requests. Explain how to grant the manager only `operations | work request | Can manage requests for assigned team` without granting `is_staff` or superuser status.

Provide a manual verification checklist for public, employee, manager, and administrator sessions. Do not create hard-coded credentials, seed real personal information, weaken password validation, or place the local database in Git.