aranya-code/BlogProject ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Django blog app where people can sign in, read blog posts, and manage posts from a clean admin area. I want the usual blog basics, create, view, edit, and delete posts, plus a nice template based frontend with HTML and CSS, using SQLite for the database.
Please include a comment system on posts and a session based Read Later feature so visitors can save posts they want to come back to. Keep it easy to use and focused on learning Django fundamentals, with clear routing, models, views, and templates. If you need to check current Django docs for anything, go ahead and look them up online.
Also add some basic unit tests so the main blog features are covered, and make sure the whole thing runs smoothly from the Django management commands.
Are you gonna build this?
make sure you review the code using coderabbit