asim9115/django-rest-framework ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Django app for managing a few small modules, like blog posts, employees, and students, with a basic home page and a clean admin area.
I want the site to let me add, view, edit, and delete records, and also expose simple API endpoints for the main data so it can be used as a REST style backend. Keep the interface straightforward and make the pages easy to navigate.
Please wire up the project so it runs out of the box with a local database, include sensible sample models and views, and make sure the static files and templates are set up properly. If anything is unclear, use common Django patterns and look up current docs online if needed.
Are you gonna build this?
make sure you review the code using arcumet