sajib1066/django-event-management ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Django event management website where people can view events and an admin can manage them easily.
I want a clean homepage that shows upcoming events, with pages for event details and a way to add, edit, and remove events from an admin area. It should feel like a basic real world event site, with a polished layout, reusable templates, and some simple styling so it looks good right away. Please include the setup needed to run it locally, and make sure the database can be migrated and a superuser can be created so I can log into the admin.
If anything is unclear, use the project files and current Django docs to fill in the gaps. Keep it straightforward and working end to end so I can clone it, install it, run migrations, and start using the app right away.