Full-stack property listing website built with Django, Bootstrap, and Stripe

2 Open Issues Need Help Last updated: Dec 6, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This issue outlines the implementation of full CRUD (Create, Read, Update, Delete) operations for property listings. It encompasses building comprehensive listing and detail pages, forms for property creation and editing, and a deletion mechanism with confirmation. Key advanced features include multiple image uploads, robust search and filtering capabilities by various criteria, pagination, and sorting, all built upon a detailed property data model.

Complexity: 4/5
good first issue

Full-stack property listing website built with Django, Bootstrap, and Stripe

Python

AI Summary: This issue requires setting up the complete URL routing structure for the Property Hub application. It involves configuring URL patterns for various apps (properties, accounts, payments, pages), implementing namespacing, and ensuring RESTful conventions and correct serving of static/media files.

Complexity: 3/5
help wanted

Full-stack property listing website built with Django, Bootstrap, and Stripe

Python