Chapter 10 · Prompt Alpha

Flight 02 Prompt Sequence

Copy this prompt and paste it into Codex.

Book
Draft 3.0
Prompt
1.0
Destination
Codex
Download plain text
Take possession of my fork of `KnowCode-Academy-AuthenticatedWebSite` as a read-only first step. Confirm that `origin` points to my GitHub account, identify `https://github.com/BillHood/KnowCode-Academy-AuthenticatedWebSite` as the Academy source, and report whether an `upstream` remote is configured. Do not change application files, add or alter remotes, create identities, alter the database schema, create a branch, commit, or push.

Inspect the documented local setup procedure and identify the required Python version, virtual environment, declared classroom dependencies, database, migrations, static-asset step, test command, and server command. Use the repository’s isolated virtual environment. Do not install global packages.

Establish the unchanged baseline in the documented order: install only declared local dependencies when needed, inspect migration status, apply pending migrations, collect static assets when required, run Django’s system check, and run the complete test suite. Start the application on `127.0.0.1:8000` unless that port is unavailable.

Verify the public homepage and login page return successfully. Verify that an anonymous request to the employee dashboard redirects to login. Give me the exact URLs for the homepage, login, and Django Admin. Report versions, commands, migration state, test counts, response evidence, and limitations. Keep the server running so I can inspect the starting aircraft.