VigneshDeekonda/Cartify-Django-Based-E-commerce-Platform- ? reverse-engineered prompt

Reverse engineered prompt

Build me a simple Django based e commerce site called Cartify that feels like a real online store.

I want users to be able to browse products by category, open a product detail page, add items to a cart, update quantities, and remove items before checkout. Also include basic account features like sign up, log in, log out, and a user profile area where people can see their info and orders if that is already part of the project. Make the home page and category pages look clean and easy to use, with product cards, search or filtering if it fits naturally, and a polished shopping cart flow.

Use the existing project structure and make sure the templates, static files, media uploads, and SQLite database all work together. If anything is missing, fill in the gaps so the app runs end to end without breaking. Keep it simple, functional, and presentable, and look up current Django docs online if you need to.