How to make a Django application using GitHub Copilot

TL;DR AI
2 min readKey summary
A tutorial shows how to build a simple Django password generator using GitHub Copilot in agent mode.
It covers setting up the Django project in GitHub, installing the Copilot plugin in PyCharm, and adding project docs for agent context.
The workflow uses README.md and AGENTS.md to guide the model and generate most of the app code.
The piece highlights both the productivity gains and the risks of relying on LLM-generated code.
