This is a Django-based web application that allows users to list houses for sale or rent. Users can browse listings, view details, and post their own properties.
-
Clone the Repository:
git clone https://github.com/diyorbekqodirboyev863/house-app.git cd house_app
-
Install pipenv (if you don't have it installed):
pip install pipenv
-
Install Dependencies:
pipenv install
-
Activate the Virtual Environment:
pipenv shell
-
Apply Migrations:
python manage.py makemigrations python manage.py migrate
-
Create a Superuser:
python manage.py createsuperuser
-
Run the Development Server:
python manage.py runserver
-
Access the Application: Open your browser and go to
http://127.0.0.1:8000
.
This project is licensed under the MIT License - see the LICENSE file for details.
If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are welcome.
If you have any questions or feedback, feel free to reach out at [email protected].