Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 1.33 KB

README.md

File metadata and controls

58 lines (41 loc) · 1.33 KB

House Selling and Renting Application

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.

Installation

  1. Clone the Repository:

    git clone https://github.com/diyorbekqodirboyev863/house-app.git
    cd house_app
  2. Install pipenv (if you don't have it installed):

    pip install pipenv
  3. Install Dependencies:

    pipenv install
  4. Activate the Virtual Environment:

    pipenv shell
  5. Apply Migrations:

    python manage.py makemigrations
    python manage.py migrate
  6. Create a Superuser:

    python manage.py createsuperuser
  7. Run the Development Server:

    python manage.py runserver
  8. Access the Application: Open your browser and go to http://127.0.0.1:8000.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contributing

If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are welcome.

Contact

If you have any questions or feedback, feel free to reach out at [email protected].