Skip to content

AbhiSaphire/Django-RealEstate-WebApp

Repository files navigation

Django-RealEstate-WebApp

GitHub issues GitHub stars

Requirements

  • Django==2.2.10
  • Pillow==5.2.0
  • psycopg2==2.7.5
  • psycopg2-binary==2.7.5
  • pytz==2018.5
  • Installation

  • Create a virtual environment
  • Install requirements.txt file in your environment
  • Use the package manager [pip](https://pip.pypa.io/en/stable/) to install requirements file.
  •   pip install -r requirements.txt

    Usage

    python3 manage.py makemigrations
    python3 manage.py migrate
    python3 manage.py runserver

    NOTE

    For detailed working and specification of this project check ProjectReport.

    Contributing

    Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

    Please make sure to update tests as appropriate.

    License

    MIT