strofyi/django ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Django web app that has both a basic website and a small API.
I want it to be easy to run with Docker, using the provided compose setup, and I want a clean setup for local development and deployment behind nginx. Please make sure the app starts properly, has sensible settings, and includes basic logging so I can see what’s happening when it runs.
The site should have a few simple pages using templates, and the API should have at least one working endpoint I can test right away. If there are tests, please include a basic one for the API so I know it’s wired up correctly.
Keep it straightforward and practical, and use current best practices if you need to look anything up online. Make it feel like a small but complete project that I can launch, inspect, and build on later.
Are you gonna build this?
make sure you review the code using coderabbit